Html Css Color HEX #9B5804 Golden Brown

📋 copy color: '#9B5804'

red 155 ◦ green 88 ◦ blue 4

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

Shades of Golden Brown #9B5804

Tints of Golden Brown #9B5804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 62.75%
G = 35.63%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B5804 (or 0x9B5804) is known color: Golden Brown. HEX triplet: 9B, 58 and 04. RGB value is (155,88,4). Sum of RGB (Red+Green+Blue) = 155+88+4=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5804 is #64A7FB. Grayscale: #626262. Windows color (decimal): -6596604 or 284827. OLE color: 284827.

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

Color convert

RGB 155 88 4 -
CMYK 0 0.43 0.97 0.39
HSL 33.38º 0.95% 0.31% -
HSV(B) 33.38º 0.97% 0.61% -
XYZ 17.03 13.96 1.91 -
YUV 98.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 155 88 4 0 0.43 0.97 0.39 33.38 0.95 0.31
Hex 9B 58 4 0 2B 61 27 21 5F 1F
Octal 233 130 4 0 53 141 47 41 137 37
Binary 10011011 1011000 100 0 101011 1100001 100111 100001 1011111 11111

Color Harmonies of #9B5804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5804

Black with #9B5804

Text Example


Text Example

White with #9B5804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,4); }

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

background-color css

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

 a { background-color: rgb(155,88,4); }

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

border-color css

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

 span { border-color: rgb(155,88,4); }

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