Html Css Color HEX #995C1C Afghan Tan

📋 copy color: '#995C1C'

red 153 ◦ green 92 ◦ blue 28

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

Shades of Afghan Tan #995C1C

Tints of Afghan Tan #995C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 56.04%
G = 33.7%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#995C1C (or 0x995C1C) is known color: Afghan Tan. HEX triplet: 99, 5C and 1C. RGB value is (153,92,28). Sum of RGB (Red+Green+Blue) = 153+92+28=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #995C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C1C is #66A3E3. Grayscale: #676767. Windows color (decimal): -6726628 or 1858713. OLE color: 1858713.

HSL color Cylindrical-coordinate representation of color #995C1C: hue angle of 30.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #995C1C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 28 -
CMYK 0 0.40 0.82 0.4
HSL 30.72º 0.69% 0.35% -
HSV(B) 30.72º 0.82% 0.6% -
XYZ 17.17 14.51 2.99 -
YUV 102.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 153 92 28 0 0.40 0.82 0.4 30.72 0.69 0.35
Hex 99 5C 1C 0 28 52 28 1F 45 23
Octal 231 134 34 0 50 122 50 37 105 43
Binary 10011001 1011100 11100 0 101000 1010010 101000 11111 1000101 100011

Color Harmonies of #995C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C1C

Black with #995C1C

Text Example


Text Example

White with #995C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,92,28); }

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

background-color css

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

 a { background-color: rgb(153,92,28); }

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

border-color css

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

 span { border-color: rgb(153,92,28); }

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