Html Css Color HEX #925720 Afghan Tan

📋 copy color: '#925720'

red 146 ◦ green 87 ◦ blue 32

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

Shades of Afghan Tan #925720

Tints of Afghan Tan #925720

RGB

 RED value IS 146 (57.42% from 255) = 55.09%

 GREEN value IS 87 (34.38% from 255) = 32.83%

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

R = 55.09%
G = 32.83%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#925720 (or 0x925720) is known color: Afghan Tan. HEX triplet: 92, 57 and 20. RGB value is (146,87,32). Sum of RGB (Red+Green+Blue) = 146+87+32=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #925720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925720 is #6DA8DF. Grayscale: #626262. Windows color (decimal): -7186656 or 2119570. OLE color: 2119570.

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

Color convert

RGB 146 87 32 -
CMYK 0 0.40 0.78 0.43
HSL 28.95º 0.64% 0.35% -
HSV(B) 28.95º 0.78% 0.57% -
XYZ 15.52 13.03 3.06 -
YUV 98.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 146 87 32 0 0.40 0.78 0.43 28.95 0.64 0.35
Hex 92 57 20 0 28 4E 2B 1D 40 23
Octal 222 127 40 0 50 116 53 35 100 43
Binary 10010010 1010111 100000 0 101000 1001110 101011 11101 1000000 100011

Color Harmonies of #925720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925720

Black with #925720

Text Example


Text Example

White with #925720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925720; }

 p { color: rgb(146,87,32); }

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

background-color css

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

 a { background-color: rgb(146,87,32); }

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

border-color css

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

 span { border-color: rgb(146,87,32); }

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