Html Css Color HEX #9B7204 Golden Brown

📋 copy color: '#9B7204'

red 155 ◦ green 114 ◦ blue 4

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

Shades of Golden Brown #9B7204

Tints of Golden Brown #9B7204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

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

R = 56.78%
G = 41.76%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B7204 (or 0x9B7204) is known color: Golden Brown. HEX triplet: 9B, 72 and 04. RGB value is (155,114,4). Sum of RGB (Red+Green+Blue) = 155+114+4=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7204 is #648DFB. Grayscale: #727272. Windows color (decimal): -6589948 or 291483. OLE color: 291483.

HSL color Cylindrical-coordinate representation of color #9B7204: hue angle of 43.71º 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 #9B7204 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 114 4 -
CMYK 0 0.26 0.97 0.39
HSL 43.71º 0.95% 0.31% -
HSV(B) 43.71º 0.97% 0.61% -
XYZ 19.56 19.01 2.75 -
YUV 113.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 155 114 4 0 0.26 0.97 0.39 43.71 0.95 0.31
Hex 9B 72 4 0 1A 61 27 2C 5F 1F
Octal 233 162 4 0 32 141 47 54 137 37
Binary 10011011 1110010 100 0 11010 1100001 100111 101100 1011111 11111

Color Harmonies of #9B7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7204

Black with #9B7204

Text Example


Text Example

White with #9B7204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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