Html Css Color HEX #995D28 Afghan Tan

📋 copy color: '#995D28'

red 153 ◦ green 93 ◦ blue 40

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

Shades of Afghan Tan #995D28

Tints of Afghan Tan #995D28

RGB

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

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

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

R = 53.5%
G = 32.52%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#995D28 (or 0x995D28) is known color: Afghan Tan. HEX triplet: 99, 5D and 28. RGB value is (153,93,40). Sum of RGB (Red+Green+Blue) = 153+93+40=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #995D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D28 is #66A2D7. Grayscale: #696969. Windows color (decimal): -6726360 or 2645401. OLE color: 2645401.

HSL color Cylindrical-coordinate representation of color #995D28: hue angle of 28.14º 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 #995D28 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 40 -
CMYK 0 0.39 0.74 0.4
HSL 28.14º 0.59% 0.38% -
HSV(B) 28.14º 0.74% 0.6% -
XYZ 17.43 14.75 3.94 -
YUV 104.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 153 93 40 0 0.39 0.74 0.4 28.14 0.59 0.38
Hex 99 5D 28 0 27 4A 28 1C 3B 26
Octal 231 135 50 0 47 112 50 34 73 46
Binary 10011001 1011101 101000 0 100111 1001010 101000 11100 111011 100110

Color Harmonies of #995D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D28

Black with #995D28

Text Example


Text Example

White with #995D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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