Html Css Color HEX #9E5D12 Golden Brown

📋 copy color: '#9E5D12'

red 158 ◦ green 93 ◦ blue 18

#9E5D12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9E5D12

Tints of Golden Brown #9E5D12

RGB

 RED value IS 158 (62.11% from 255) = 58.74%

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 58.74%
G = 34.57%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E5D12 (or 0x9E5D12) is known color: Golden Brown. HEX triplet: 9E, 5D and 12. RGB value is (158,93,18). Sum of RGB (Red+Green+Blue) = 158+93+18=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5D12 is #61A2ED. Grayscale: #686868. Windows color (decimal): -6398702 or 1203614. OLE color: 1203614.

HSL color Cylindrical-coordinate representation of color #9E5D12: hue angle of 32.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E5D12 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 93 18 -
CMYK 0 0.41 0.89 0.38
HSL 32.14º 0.8% 0.35% -
HSV(B) 32.14º 0.89% 0.62% -
XYZ 18.12 15.14 2.54 -
YUV 103.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 158 93 18 0 0.41 0.89 0.38 32.14 0.8 0.35
Hex 9E 5D 12 0 29 59 26 20 50 23
Octal 236 135 22 0 51 131 46 40 120 43
Binary 10011110 1011101 10010 0 101001 1011001 100110 100000 1010000 100011

Color Harmonies of #9E5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5D12

Black with #9E5D12

Text Example


Text Example

White with #9E5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,93,18); }

 H1.HeaderClassName
 {
   color: #9E5D12;
 }
 .AnyTagClassName
 {
   color: #9E5D12;
 }
</style>

background-color css

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

 a { background-color: rgb(158,93,18); }

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

border-color css

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

 span { border-color: rgb(158,93,18); }

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