Html Css Color HEX #955A20 Afghan Tan

📋 copy color: '#955A20'

red 149 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #955A20

Tints of Afghan Tan #955A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 54.98%
G = 33.21%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#955A20 (or 0x955A20) is known color: Afghan Tan. HEX triplet: 95, 5A and 20. RGB value is (149,90,32). Sum of RGB (Red+Green+Blue) = 149+90+32=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #955A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A20 is #6AA5DF. Grayscale: #656565. Windows color (decimal): -6989280 or 2120341. OLE color: 2120341.

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

Color convert

RGB 149 90 32 -
CMYK 0 0.40 0.79 0.42
HSL 29.74º 0.65% 0.35% -
HSV(B) 29.74º 0.79% 0.58% -
XYZ 16.31 13.81 3.17 -
YUV 101.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 149 90 32 0 0.40 0.79 0.42 29.74 0.65 0.35
Hex 95 5A 20 0 28 4F 2A 1E 41 23
Octal 225 132 40 0 50 117 52 36 101 43
Binary 10010101 1011010 100000 0 101000 1001111 101010 11110 1000001 100011

Color Harmonies of #955A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A20

Black with #955A20

Text Example


Text Example

White with #955A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,90,32); }

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

background-color css

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

 a { background-color: rgb(149,90,32); }

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

border-color css

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

 span { border-color: rgb(149,90,32); }

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