Html Css Color HEX #955821 Afghan Tan

📋 copy color: '#955821'

red 149 ◦ green 88 ◦ blue 33

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

Shades of Afghan Tan #955821

Tints of Afghan Tan #955821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 55.19%
G = 32.59%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#955821 (or 0x955821) is known color: Afghan Tan. HEX triplet: 95, 58 and 21. RGB value is (149,88,33). Sum of RGB (Red+Green+Blue) = 149+88+33=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #955821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955821 is #6AA7DE. Grayscale: #646464. Windows color (decimal): -6989791 or 2185365. OLE color: 2185365.

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

Color convert

RGB 149 88 33 -
CMYK 0 0.41 0.78 0.42
HSL 28.45º 0.64% 0.36% -
HSV(B) 28.45º 0.78% 0.58% -
XYZ 16.16 13.48 3.19 -
YUV 99.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 149 88 33 0 0.41 0.78 0.42 28.45 0.64 0.36
Hex 95 58 21 0 29 4E 2A 1C 40 24
Octal 225 130 41 0 51 116 52 34 100 44
Binary 10010101 1011000 100001 0 101001 1001110 101010 11100 1000000 100100

Color Harmonies of #955821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955821

Black with #955821

Text Example


Text Example

White with #955821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955821; }

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

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

background-color css

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

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

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

border-color css

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

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

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