Html Css Color HEX #995B28 Afghan Tan

📋 copy color: '#995B28'

red 153 ◦ green 91 ◦ blue 40

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

Shades of Afghan Tan #995B28

Tints of Afghan Tan #995B28

RGB

 RED value IS 153 (60.16% from 255) = 53.87%

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

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 53.87%
G = 32.04%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#995B28 (or 0x995B28) is known color: Afghan Tan. HEX triplet: 99, 5B and 28. RGB value is (153,91,40). Sum of RGB (Red+Green+Blue) = 153+91+40=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #995B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B28 is #66A4D7. Grayscale: #676767. Windows color (decimal): -6726872 or 2644889. OLE color: 2644889.

HSL color Cylindrical-coordinate representation of color #995B28: hue angle of 27.08º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #995B28 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 40 -
CMYK 0 0.41 0.74 0.4
HSL 27.08º 0.59% 0.38% -
HSV(B) 27.08º 0.74% 0.6% -
XYZ 17.26 14.41 3.88 -
YUV 103.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 153 91 40 0 0.41 0.74 0.4 27.08 0.59 0.38
Hex 99 5B 28 0 29 4A 28 1B 3B 26
Octal 231 133 50 0 51 112 50 33 73 46
Binary 10011001 1011011 101000 0 101001 1001010 101000 11011 111011 100110

Color Harmonies of #995B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B28

Black with #995B28

Text Example


Text Example

White with #995B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B28; }

 p { color: rgb(153,91,40); }

 H1.HeaderClassName
 {
   color: #995B28;
 }
 .AnyTagClassName
 {
   color: #995B28;
 }
</style>

background-color css

<style>
 a { background-color: #995B28; }

 a { background-color: rgb(153,91,40); }

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

border-color css

<style>
 span { border-color: #995B28; }

 span { border-color: rgb(153,91,40); }

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