Html Css Color HEX #955E24 Afghan Tan

📋 copy color: '#955E24'

red 149 ◦ green 94 ◦ blue 36

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

Shades of Afghan Tan #955E24

Tints of Afghan Tan #955E24

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

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

R = 53.41%
G = 33.69%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#955E24 (or 0x955E24) is known color: Afghan Tan. HEX triplet: 95, 5E and 24. RGB value is (149,94,36). Sum of RGB (Red+Green+Blue) = 149+94+36=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E24 is #6AA1DB. Grayscale: #686868. Windows color (decimal): -6988252 or 2383509. OLE color: 2383509.

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

Color convert

RGB 149 94 36 -
CMYK 0 0.37 0.76 0.42
HSL 30.8º 0.61% 0.36% -
HSV(B) 30.8º 0.76% 0.58% -
XYZ 16.72 14.52 3.59 -
YUV 103.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 149 94 36 0 0.37 0.76 0.42 30.8 0.61 0.36
Hex 95 5E 24 0 25 4C 2A 1F 3D 24
Octal 225 136 44 0 45 114 52 37 75 44
Binary 10010101 1011110 100100 0 100101 1001100 101010 11111 111101 100100

Color Harmonies of #955E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E24

Black with #955E24

Text Example


Text Example

White with #955E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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