Html Css Color HEX #9B5712 Golden Brown

📋 copy color: '#9B5712'

red 155 ◦ green 87 ◦ blue 18

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

Shades of Golden Brown #9B5712

Tints of Golden Brown #9B5712

RGB

 RED value IS 155 (60.94% from 255) = 59.62%

 GREEN value IS 87 (34.38% from 255) = 33.46%

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

R = 59.62%
G = 33.46%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B5712 (or 0x9B5712) is known color: Golden Brown. HEX triplet: 9B, 57 and 12. RGB value is (155,87,18). Sum of RGB (Red+Green+Blue) = 155+87+18=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5712 is #64A8ED. Grayscale: #636363. Windows color (decimal): -6596846 or 1202075. OLE color: 1202075.

HSL color Cylindrical-coordinate representation of color #9B5712: hue angle of 30.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B5712 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 87 18 -
CMYK 0 0.44 0.88 0.39
HSL 30.22º 0.79% 0.34% -
HSV(B) 30.22º 0.88% 0.61% -
XYZ 17.03 13.83 2.34 -
YUV 99.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 155 87 18 0 0.44 0.88 0.39 30.22 0.79 0.34
Hex 9B 57 12 0 2C 58 27 1E 4F 22
Octal 233 127 22 0 54 130 47 36 117 42
Binary 10011011 1010111 10010 0 101100 1011000 100111 11110 1001111 100010

Color Harmonies of #9B5712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5712

Black with #9B5712

Text Example


Text Example

White with #9B5712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,87,18); }

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

background-color css

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

 a { background-color: rgb(155,87,18); }

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

border-color css

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

 span { border-color: rgb(155,87,18); }

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