Html Css Color HEX #955C1C Afghan Tan

📋 copy color: '#955C1C'

red 149 ◦ green 92 ◦ blue 28

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

Shades of Afghan Tan #955C1C

Tints of Afghan Tan #955C1C

RGB

 RED value IS 149 (58.59% from 255) = 55.39%

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

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

R = 55.39%
G = 34.2%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#955C1C (or 0x955C1C) is known color: Afghan Tan. HEX triplet: 95, 5C and 1C. RGB value is (149,92,28). Sum of RGB (Red+Green+Blue) = 149+92+28=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #955C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C1C is #6AA3E3. Grayscale: #666666. Windows color (decimal): -6988772 or 1858709. OLE color: 1858709.

HSL color Cylindrical-coordinate representation of color #955C1C: hue angle of 31.74º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #955C1C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 92 28 -
CMYK 0 0.38 0.81 0.42
HSL 31.74º 0.68% 0.35% -
HSV(B) 31.74º 0.81% 0.58% -
XYZ 16.43 14.13 2.96 -
YUV 101.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 149 92 28 0 0.38 0.81 0.42 31.74 0.68 0.35
Hex 95 5C 1C 0 26 51 2A 20 44 23
Octal 225 134 34 0 46 121 52 40 104 43
Binary 10010101 1011100 11100 0 100110 1010001 101010 100000 1000100 100011

Color Harmonies of #955C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C1C

Black with #955C1C

Text Example


Text Example

White with #955C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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