Html Css Color HEX #955E21 Afghan Tan

📋 copy color: '#955E21'

red 149 ◦ green 94 ◦ blue 33

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

Shades of Afghan Tan #955E21

Tints of Afghan Tan #955E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 53.99%
G = 34.06%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#955E21 (or 0x955E21) is known color: Afghan Tan. HEX triplet: 95, 5E and 21. RGB value is (149,94,33). Sum of RGB (Red+Green+Blue) = 149+94+33=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #955E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E21 is #6AA1DE. Grayscale: #676767. Windows color (decimal): -6988255 or 2186901. OLE color: 2186901.

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

Color convert

RGB 149 94 33 -
CMYK 0 0.37 0.78 0.42
HSL 31.55º 0.64% 0.36% -
HSV(B) 31.55º 0.78% 0.58% -
XYZ 16.67 14.5 3.36 -
YUV 103.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 149 94 33 0 0.37 0.78 0.42 31.55 0.64 0.36
Hex 95 5E 21 0 25 4E 2A 20 40 24
Octal 225 136 41 0 45 116 52 40 100 44
Binary 10010101 1011110 100001 0 100101 1001110 101010 100000 1000000 100100

Color Harmonies of #955E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E21

Black with #955E21

Text Example


Text Example

White with #955E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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