Html Css Color HEX #935820 Afghan Tan

📋 copy color: '#935820'

red 147 ◦ green 88 ◦ blue 32

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

Shades of Afghan Tan #935820

Tints of Afghan Tan #935820

RGB

 RED value IS 147 (57.81% from 255) = 55.06%

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

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

R = 55.06%
G = 32.96%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#935820 (or 0x935820) is known color: Afghan Tan. HEX triplet: 93, 58 and 20. RGB value is (147,88,32). Sum of RGB (Red+Green+Blue) = 147+88+32=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #935820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935820 is #6CA7DF. Grayscale: #636363. Windows color (decimal): -7120864 or 2119827. OLE color: 2119827.

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

Color convert

RGB 147 88 32 -
CMYK 0 0.40 0.78 0.42
HSL 29.22º 0.64% 0.35% -
HSV(B) 29.22º 0.78% 0.58% -
XYZ 15.78 13.29 3.1 -
YUV 99.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 147 88 32 0 0.40 0.78 0.42 29.22 0.64 0.35
Hex 93 58 20 0 28 4E 2A 1D 40 23
Octal 223 130 40 0 50 116 52 35 100 43
Binary 10010011 1011000 100000 0 101000 1001110 101010 11101 1000000 100011

Color Harmonies of #935820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935820

Black with #935820

Text Example


Text Example

White with #935820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935820; }

 p { color: rgb(147,88,32); }

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

background-color css

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

 a { background-color: rgb(147,88,32); }

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

border-color css

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

 span { border-color: rgb(147,88,32); }

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