#9E5F1E

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

Shades of Golden Brown #9E5F1E

Tints of Golden Brown #9E5F1E

Color information

#9E5F1E (or 0x9E5F1E) is unknown color: approx Golden Brown. HEX triplet: 9E, 5F and 1E. RGB value is (158,95,30). Sum of RGB (Red+Green+Blue) = 158+95+30=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5F1E is #61A0E1. Grayscale: #6A6A6A. Windows color (decimal): -6398178 or 1990558. OLE color: 1990558.

HSL color Cylindrical-coordinate representation of color #9E5F1E: hue angle of 30.47º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E5F1E is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1589530-
CMYK00.400.810.38
HSL30.47º68.09%36.86%-
HSV(B)30.47º81.01%61.96%-
XYZ18.4315.553.26-
YUV106.4384.87164.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.83%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=55.83%
G=33.57%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158953000.400.810.3830.4768.0936.86
Hex9E5F1E02851261e4425
Octal23613736050121463610445
Binary1001111010111111111001010001010001100110111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,95,30); }

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

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

 a { background-color: rgb(158,95,30); }

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

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

 span { border-color: rgb(158,95,30); }

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