Html Css Color HEX #9B5708 Golden Brown

📋 copy color: '#9B5708'

red 155 ◦ green 87 ◦ blue 8

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

Shades of Golden Brown #9B5708

Tints of Golden Brown #9B5708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 62%
G = 34.8%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B5708 (or 0x9B5708) is known color: Golden Brown. HEX triplet: 9B, 57 and 08. RGB value is (155,87,8). Sum of RGB (Red+Green+Blue) = 155+87+8=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5708 is #64A8F7. Grayscale: #626262. Windows color (decimal): -6596856 or 546715. OLE color: 546715.

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

Color convert

RGB 155 87 8 -
CMYK 0 0.44 0.95 0.39
HSL 32.24º 0.9% 0.32% -
HSV(B) 32.24º 0.95% 0.61% -
XYZ 16.97 13.8 2 -
YUV 98.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 155 87 8 0 0.44 0.95 0.39 32.24 0.9 0.32
Hex 9B 57 8 0 2C 5F 27 20 5A 20
Octal 233 127 10 0 54 137 47 40 132 40
Binary 10011011 1010111 1000 0 101100 1011111 100111 100000 1011010 100000

Color Harmonies of #9B5708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5708

Black with #9B5708

Text Example


Text Example

White with #9B5708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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