Html Css Color HEX #9B7002 Golden Brown

📋 copy color: '#9B7002'

red 155 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #9B7002

Tints of Golden Brown #9B7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 57.62%
G = 41.64%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B7002 (or 0x9B7002) is known color: Golden Brown. HEX triplet: 9B, 70 and 02. RGB value is (155,112,2). Sum of RGB (Red+Green+Blue) = 155+112+2=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7002 is #648FFD. Grayscale: #707070. Windows color (decimal): -6590462 or 159899. OLE color: 159899.

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

Color convert

RGB 155 112 2 -
CMYK 0 0.28 0.99 0.39
HSL 43.14º 0.97% 0.31% -
HSV(B) 43.14º 0.99% 0.61% -
XYZ 19.32 18.56 2.62 -
YUV 112.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 155 112 2 0 0.28 0.99 0.39 43.14 0.97 0.31
Hex 9B 70 2 0 1C 63 27 2B 61 1F
Octal 233 160 2 0 34 143 47 53 141 37
Binary 10011011 1110000 10 0 11100 1100011 100111 101011 1100001 11111

Color Harmonies of #9B7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7002

Black with #9B7002

Text Example


Text Example

White with #9B7002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,2); }

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

background-color css

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

 a { background-color: rgb(155,112,2); }

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

border-color css

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

 span { border-color: rgb(155,112,2); }

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