Html Css Color HEX #955521 Afghan Tan

📋 copy color: '#955521'

red 149 ◦ green 85 ◦ blue 33

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

Shades of Afghan Tan #955521

Tints of Afghan Tan #955521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

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

R = 55.81%
G = 31.84%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#955521 (or 0x955521) is known color: Afghan Tan. HEX triplet: 95, 55 and 21. RGB value is (149,85,33). Sum of RGB (Red+Green+Blue) = 149+85+33=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #955521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955521 is #6AAADE. Grayscale: #626262. Windows color (decimal): -6990559 or 2184597. OLE color: 2184597.

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

Color convert

RGB 149 85 33 -
CMYK 0 0.43 0.78 0.42
HSL 26.9º 0.64% 0.36% -
HSV(B) 26.9º 0.78% 0.58% -
XYZ 15.92 13 3.11 -
YUV 98.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 149 85 33 0 0.43 0.78 0.42 26.9 0.64 0.36
Hex 95 55 21 0 2B 4E 2A 1B 40 24
Octal 225 125 41 0 53 116 52 33 100 44
Binary 10010101 1010101 100001 0 101011 1001110 101010 11011 1000000 100100

Color Harmonies of #955521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955521

Black with #955521

Text Example


Text Example

White with #955521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955521; }

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

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

background-color css

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

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

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

border-color css

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

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

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