Html Css Color HEX #925321 Afghan Tan

📋 copy color: '#925321'

red 146 ◦ green 83 ◦ blue 33

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

Shades of Afghan Tan #925321

Tints of Afghan Tan #925321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 55.73%
G = 31.68%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#925321 (or 0x925321) is known color: Afghan Tan. HEX triplet: 92, 53 and 21. RGB value is (146,83,33). Sum of RGB (Red+Green+Blue) = 146+83+33=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #925321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925321 is #6DACDE. Grayscale: #606060. Windows color (decimal): -7187679 or 2184082. OLE color: 2184082.

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

Color convert

RGB 146 83 33 -
CMYK 0 0.43 0.77 0.43
HSL 26.55º 0.63% 0.35% -
HSV(B) 26.55º 0.77% 0.57% -
XYZ 15.22 12.41 3.03 -
YUV 96.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 146 83 33 0 0.43 0.77 0.43 26.55 0.63 0.35
Hex 92 53 21 0 2B 4D 2B 1B 3F 23
Octal 222 123 41 0 53 115 53 33 77 43
Binary 10010010 1010011 100001 0 101011 1001101 101011 11011 111111 100011

Color Harmonies of #925321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925321

Black with #925321

Text Example


Text Example

White with #925321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925321; }

 p { color: rgb(146,83,33); }

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

background-color css

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

 a { background-color: rgb(146,83,33); }

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

border-color css

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

 span { border-color: rgb(146,83,33); }

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