Html Css Color HEX #9B5B02 Golden Brown

📋 copy color: '#9B5B02'

red 155 ◦ green 91 ◦ blue 2

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

Shades of Golden Brown #9B5B02

Tints of Golden Brown #9B5B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.69%

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

R = 62.5%
G = 36.69%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B5B02 (or 0x9B5B02) is known color: Golden Brown. HEX triplet: 9B, 5B and 02. RGB value is (155,91,2). Sum of RGB (Red+Green+Blue) = 155+91+2=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5B02 is #64A4FD. Grayscale: #646464. Windows color (decimal): -6595838 or 154523. OLE color: 154523.

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

Color convert

RGB 155 91 2 -
CMYK 0 0.41 0.99 0.39
HSL 34.9º 0.97% 0.31% -
HSV(B) 34.9º 0.99% 0.61% -
XYZ 17.27 14.46 1.94 -
YUV 99.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 155 91 2 0 0.41 0.99 0.39 34.9 0.97 0.31
Hex 9B 5B 2 0 29 63 27 23 61 1F
Octal 233 133 2 0 51 143 47 43 141 37
Binary 10011011 1011011 10 0 101001 1100011 100111 100011 1100001 11111

Color Harmonies of #9B5B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5B02

Black with #9B5B02

Text Example


Text Example

White with #9B5B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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