Html Css Color HEX #9B5B05 Golden Brown

📋 copy color: '#9B5B05'

red 155 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #9B5B05

Tints of Golden Brown #9B5B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 61.75%
G = 36.25%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B5B05 (or 0x9B5B05) is known color: Golden Brown. HEX triplet: 9B, 5B and 05. RGB value is (155,91,5). Sum of RGB (Red+Green+Blue) = 155+91+5=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5B05 is #64A4FA. Grayscale: #646464. Windows color (decimal): -6595835 or 351131. OLE color: 351131.

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

Color convert

RGB 155 91 5 -
CMYK 0 0.41 0.97 0.39
HSL 34.4º 0.94% 0.31% -
HSV(B) 34.4º 0.97% 0.61% -
XYZ 17.29 14.46 2.02 -
YUV 100.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 155 91 5 0 0.41 0.97 0.39 34.4 0.94 0.31
Hex 9B 5B 5 0 29 61 27 22 5E 1F
Octal 233 133 5 0 51 141 47 42 136 37
Binary 10011011 1011011 101 0 101001 1100001 100111 100010 1011110 11111

Color Harmonies of #9B5B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5B05

Black with #9B5B05

Text Example


Text Example

White with #9B5B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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