Html Css Color HEX #9B5D24 Afghan Tan

📋 copy color: '#9B5D24'

red 155 ◦ green 93 ◦ blue 36

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

Shades of Afghan Tan #9B5D24

Tints of Afghan Tan #9B5D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 54.58%
G = 32.75%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B5D24 (or 0x9B5D24) is known color: Afghan Tan. HEX triplet: 9B, 5D and 24. RGB value is (155,93,36). Sum of RGB (Red+Green+Blue) = 155+93+36=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D24 is #64A2DB. Grayscale: #696969. Windows color (decimal): -6595292 or 2383259. OLE color: 2383259.

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

Color convert

RGB 155 93 36 -
CMYK 0 0.4 0.77 0.39
HSL 28.74º 0.62% 0.37% -
HSV(B) 28.74º 0.77% 0.61% -
XYZ 17.75 14.92 3.61 -
YUV 105.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 155 93 36 0 0.4 0.77 0.39 28.74 0.62 0.37
Hex 9B 5D 24 0 28 4D 27 1D 3E 25
Octal 233 135 44 0 50 115 47 35 76 45
Binary 10011011 1011101 100100 0 101000 1001101 100111 11101 111110 100101

Color Harmonies of #9B5D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D24

Black with #9B5D24

Text Example


Text Example

White with #9B5D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,36); }

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

background-color css

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

 a { background-color: rgb(155,93,36); }

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

border-color css

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

 span { border-color: rgb(155,93,36); }

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