#925F1F

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

Shades of Afghan Tan #925F1F

Tints of Afghan Tan #925F1F

Color information

#925F1F (or 0x925F1F) is unknown color: approx Afghan Tan. HEX triplet: 92, 5F and 1F. RGB value is (146,95,31). Sum of RGB (Red+Green+Blue) = 146+95+31=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #925F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925F1F is #6DA0E0. Grayscale: #676767. Windows color (decimal): -7184609 or 2056082. OLE color: 2056082.

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

Color convert

RGB1469531-
CMYK00.350.790.43
HSL33.39º64.97%34.71%-
HSV(B)33.39º78.77%57.25%-
XYZ16.1914.393.22-
YUV102.9587.4158.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.68%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=53.68%
G=34.93%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146953100.350.790.4333.3964.9734.71
Hex925F1F0234F2B214123
Octal22213737043117534110143
Binary10010010101111111111010001110011111010111000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925F1F; }

 p { color: rgb(146,95,31); }

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

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

 a { background-color: rgb(146,95,31); }

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

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

 span { border-color: rgb(146,95,31); }

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