Html Css Color HEX #9B5D25 Afghan Tan

📋 copy color: '#9B5D25'

red 155 ◦ green 93 ◦ blue 37

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

Shades of Afghan Tan #9B5D25

Tints of Afghan Tan #9B5D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 54.39%
G = 32.63%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B5D25 (or 0x9B5D25) is known color: Afghan Tan. HEX triplet: 9B, 5D and 25. RGB value is (155,93,37). Sum of RGB (Red+Green+Blue) = 155+93+37=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D25 is #64A2DA. Grayscale: #696969. Windows color (decimal): -6595291 or 2448795. OLE color: 2448795.

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

Color convert

RGB 155 93 37 -
CMYK 0 0.4 0.76 0.39
HSL 28.47º 0.61% 0.38% -
HSV(B) 28.47º 0.76% 0.61% -
XYZ 17.77 14.93 3.7 -
YUV 105.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 155 93 37 0 0.4 0.76 0.39 28.47 0.61 0.38
Hex 9B 5D 25 0 28 4C 27 1C 3D 26
Octal 233 135 45 0 50 114 47 34 75 46
Binary 10011011 1011101 100101 0 101000 1001100 100111 11100 111101 100110

Color Harmonies of #9B5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D25

Black with #9B5D25

Text Example


Text Example

White with #9B5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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