Html Css Color HEX #955C21 Afghan Tan

📋 copy color: '#955C21'

red 149 ◦ green 92 ◦ blue 33

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

Shades of Afghan Tan #955C21

Tints of Afghan Tan #955C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

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

R = 54.38%
G = 33.58%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#955C21 (or 0x955C21) is known color: Afghan Tan. HEX triplet: 95, 5C and 21. RGB value is (149,92,33). Sum of RGB (Red+Green+Blue) = 149+92+33=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #955C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C21 is #6AA3DE. Grayscale: #666666. Windows color (decimal): -6988767 or 2186389. OLE color: 2186389.

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

Color convert

RGB 149 92 33 -
CMYK 0 0.38 0.78 0.42
HSL 30.52º 0.64% 0.36% -
HSV(B) 30.52º 0.78% 0.58% -
XYZ 16.5 14.15 3.3 -
YUV 102.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 149 92 33 0 0.38 0.78 0.42 30.52 0.64 0.36
Hex 95 5C 21 0 26 4E 2A 1F 40 24
Octal 225 134 41 0 46 116 52 37 100 44
Binary 10010101 1011100 100001 0 100110 1001110 101010 11111 1000000 100100

Color Harmonies of #955C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C21

Black with #955C21

Text Example


Text Example

White with #955C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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