Html Css Color HEX #9B5A20 Afghan Tan

📋 copy color: '#9B5A20'

red 155 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #9B5A20

Tints of Afghan Tan #9B5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 55.96%
G = 32.49%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B5A20 (or 0x9B5A20) is known color: Afghan Tan. HEX triplet: 9B, 5A and 20. RGB value is (155,90,32). Sum of RGB (Red+Green+Blue) = 155+90+32=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A20 is #64A5DF. Grayscale: #676767. Windows color (decimal): -6596064 or 2120347. OLE color: 2120347.

HSL color Cylindrical-coordinate representation of color #9B5A20: hue angle of 28.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B5A20 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 90 32 -
CMYK 0 0.42 0.79 0.39
HSL 28.29º 0.66% 0.37% -
HSV(B) 28.29º 0.79% 0.61% -
XYZ 17.43 14.39 3.22 -
YUV 102.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 155 90 32 0 0.42 0.79 0.39 28.29 0.66 0.37
Hex 9B 5A 20 0 2A 4F 27 1C 42 25
Octal 233 132 40 0 52 117 47 34 102 45
Binary 10011011 1011010 100000 0 101010 1001111 100111 11100 1000010 100101

Color Harmonies of #9B5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A20

Black with #9B5A20

Text Example


Text Example

White with #9B5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,32); }

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

background-color css

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

 a { background-color: rgb(155,90,32); }

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

border-color css

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

 span { border-color: rgb(155,90,32); }

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