Html Css Color HEX #955F24 Afghan Tan

📋 copy color: '#955F24'

red 149 ◦ green 95 ◦ blue 36

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

Shades of Afghan Tan #955F24

Tints of Afghan Tan #955F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 53.21%
G = 33.93%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#955F24 (or 0x955F24) is known color: Afghan Tan. HEX triplet: 95, 5F and 24. RGB value is (149,95,36). Sum of RGB (Red+Green+Blue) = 149+95+36=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #955F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F24 is #6AA0DB. Grayscale: #686868. Windows color (decimal): -6987996 or 2383765. OLE color: 2383765.

HSL color Cylindrical-coordinate representation of color #955F24: hue angle of 31.33º 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 #955F24 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 36 -
CMYK 0 0.36 0.76 0.42
HSL 31.33º 0.61% 0.36% -
HSV(B) 31.33º 0.76% 0.58% -
XYZ 16.81 14.7 3.62 -
YUV 104.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 149 95 36 0 0.36 0.76 0.42 31.33 0.61 0.36
Hex 95 5F 24 0 24 4C 2A 1F 3D 24
Octal 225 137 44 0 44 114 52 37 75 44
Binary 10010101 1011111 100100 0 100100 1001100 101010 11111 111101 100100

Color Harmonies of #955F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F24

Black with #955F24

Text Example


Text Example

White with #955F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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