Html Css Color HEX #955920 Afghan Tan

📋 copy color: '#955920'

red 149 ◦ green 89 ◦ blue 32

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

Shades of Afghan Tan #955920

Tints of Afghan Tan #955920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

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

R = 55.19%
G = 32.96%
B = 11.85%

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

#955920 (or 0x955920) is known color: Afghan Tan. HEX triplet: 95, 59 and 20. RGB value is (149,89,32). Sum of RGB (Red+Green+Blue) = 149+89+32=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #955920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955920 is #6AA6DF. Grayscale: #646464. Windows color (decimal): -6989536 or 2120085. OLE color: 2120085.

HSL color Cylindrical-coordinate representation of color #955920: hue angle of 29.23º 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 #955920 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 32 -
CMYK 0 0.40 0.79 0.42
HSL 29.23º 0.65% 0.35% -
HSV(B) 29.23º 0.79% 0.58% -
XYZ 16.23 13.64 3.14 -
YUV 100.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 149 89 32 0 0.40 0.79 0.42 29.23 0.65 0.35
Hex 95 59 20 0 28 4F 2A 1D 41 23
Octal 225 131 40 0 50 117 52 35 101 43
Binary 10010101 1011001 100000 0 101000 1001111 101010 11101 1000001 100011

Color Harmonies of #955920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955920

Black with #955920

Text Example


Text Example

White with #955920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955920; }

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

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

background-color css

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

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

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

border-color css

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

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

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