#925829

Color #925829 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #925829

Tints of Afghan Tan #925829

Color information

#925829 (or 0x925829) is unknown color: approx Afghan Tan. HEX triplet: 92, 58 and 29. RGB value is (146,88,41). Sum of RGB (Red+Green+Blue) = 146+88+41=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #925829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925829 is #6DA7D6. Grayscale: #646464. Windows color (decimal): -7186391 or 2709650. OLE color: 2709650.

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

Color convert

RGB1468841-
CMYK00.400.720.43
HSL26.86º56.15%36.67%-
HSV(B)26.86º71.92%57.25%-
XYZ15.7413.253.83-
YUV99.9894.72160.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 41 (16.41% from 255) = 14.91%
R=53.09%
G=32%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146884100.400.720.4326.8656.1536.67
Hex925829028482B1b3825
Octal2221305105011053337045
Binary1001001010110001010010101000100100010101111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925829; }

 p { color: rgb(146,88,41); }

 H1.HeaderClassName
 {
   color: #925829;
 }
 .AnyTagClassName
 {
   color: #925829;
 }
</style>
background-color css

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

 a { background-color: rgb(146,88,41); }

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

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

 span { border-color: rgb(146,88,41); }

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