Html Css Color HEX #925625 Afghan Tan

📋 copy color: '#925625'

red 146 ◦ green 86 ◦ blue 37

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

Shades of Afghan Tan #925625

Tints of Afghan Tan #925625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 54.28%
G = 31.97%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#925625 (or 0x925625) is known color: Afghan Tan. HEX triplet: 92, 56 and 25. RGB value is (146,86,37). Sum of RGB (Red+Green+Blue) = 146+86+37=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #925625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925625 is #6DA9DA. Grayscale: #626262. Windows color (decimal): -7186907 or 2446994. OLE color: 2446994.

HSL color Cylindrical-coordinate representation of color #925625: hue angle of 26.97º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #925625 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 86 37 -
CMYK 0 0.41 0.75 0.43
HSL 26.97º 0.6% 0.36% -
HSV(B) 26.97º 0.75% 0.57% -
XYZ 15.52 12.9 3.42 -
YUV 98.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 146 86 37 0 0.41 0.75 0.43 26.97 0.6 0.36
Hex 92 56 25 0 29 4B 2B 1B 3C 24
Octal 222 126 45 0 51 113 53 33 74 44
Binary 10010010 1010110 100101 0 101001 1001011 101011 11011 111100 100100

Color Harmonies of #925625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925625

Black with #925625

Text Example


Text Example

White with #925625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925625; }

 p { color: rgb(146,86,37); }

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

background-color css

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

 a { background-color: rgb(146,86,37); }

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

border-color css

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

 span { border-color: rgb(146,86,37); }

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