#9E5303

Color #9E5303 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9E5303

Tints of Golden Brown #9E5303

Color information

#9E5303 (or 0x9E5303) is unknown color: approx Golden Brown. HEX triplet: 9E, 53 and 03. RGB value is (158,83,3). Sum of RGB (Red+Green+Blue) = 158+83+3=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5303 is #61ACFC. Grayscale: #606060. Windows color (decimal): -6401277 or 218014. OLE color: 218014.

HSL color Cylindrical-coordinate representation of color #9E5303: hue angle of 30.97º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E5303 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB158833-
CMYK00.470.980.38
HSL30.97º96.27%31.57%-
HSV(B)30.97º98.1%61.96%-
XYZ17.2113.461.78-
YUV96.375.35172-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 64.75%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 3 (1.56% from 255) = 1.23%
R=64.75%
G=34.02%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15883300.470.980.3830.9796.2731.57
Hex9E53302F62261f6020
Octal2361233057142463714040
Binary1001111010100111101011111100010100110111111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5303; }

 p { color: rgb(158,83,3); }

 H1.HeaderClassName
 {
   color: #9E5303;
 }
 .AnyTagClassName
 {
   color: #9E5303;
 }
</style>
background-color css

<style>
 a { background-color: #9E5303; }

 a { background-color: rgb(158,83,3); }

 div.DivClassName
 {
   background-color: #9E5303;
 }
 .BgClassName
 {
   background-color: #9E5303;
 }
</style>
border-color css

<style>
 span { border-color: #9E5303; }

 span { border-color: rgb(158,83,3); }

 td.TdClassName
 {
   border-color: #9E5303;
 }
 .TagClassName
 {
   border-color: #9E5303;
 }
</style>