Html Css Color HEX #955C24 Afghan Tan

📋 copy color: '#955C24'

red 149 ◦ green 92 ◦ blue 36

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

Shades of Afghan Tan #955C24

Tints of Afghan Tan #955C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13%

R = 53.79%
G = 33.21%
B = 13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#955C24 (or 0x955C24) is known color: Afghan Tan. HEX triplet: 95, 5C and 24. RGB value is (149,92,36). Sum of RGB (Red+Green+Blue) = 149+92+36=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #955C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C24 is #6AA3DB. Grayscale: #666666. Windows color (decimal): -6988764 or 2382997. OLE color: 2382997.

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

Color convert

RGB 149 92 36 -
CMYK 0 0.38 0.76 0.42
HSL 29.73º 0.61% 0.36% -
HSV(B) 29.73º 0.76% 0.58% -
XYZ 16.54 14.17 3.53 -
YUV 102.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 149 92 36 0 0.38 0.76 0.42 29.73 0.61 0.36
Hex 95 5C 24 0 26 4C 2A 1E 3D 24
Octal 225 134 44 0 46 114 52 36 75 44
Binary 10010101 1011100 100100 0 100110 1001100 101010 11110 111101 100100

Color Harmonies of #955C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C24

Black with #955C24

Text Example


Text Example

White with #955C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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