#925216

Color #925216 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #925216

Tints of Saddle Brown #925216

Color information

#925216 (or 0x925216) is unknown color: approx Saddle Brown. HEX triplet: 92, 52 and 16. RGB value is (146,82,22). Sum of RGB (Red+Green+Blue) = 146+82+22=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #925216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925216 is #6DADE9. Grayscale: #5E5E5E. Windows color (decimal): -7187946 or 1462930. OLE color: 1462930.

HSL color Cylindrical-coordinate representation of color #925216: hue angle of 29.03º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #925216 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1468222-
CMYK00.440.850.43
HSL29.03º73.81%32.94%-
HSV(B)29.03º84.93%57.25%-
XYZ15.0212.22.32-
YUV94.387.2164.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=58.4%
G=32.8%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146822200.440.850.4329.0373.8132.94
Hex92521602C552B1d4a21
Octal22212226054125533511241
Binary1001001010100101011001011001010101101011111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925216; }

 p { color: rgb(146,82,22); }

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

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

 a { background-color: rgb(146,82,22); }

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

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

 span { border-color: rgb(146,82,22); }

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