#92501D

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

Shades of Saddle Brown #92501D

Tints of Saddle Brown #92501D

Color information

#92501D (or 0x92501D) is unknown color: approx Saddle Brown. HEX triplet: 92, 50 and 1D. RGB value is (146,80,29). Sum of RGB (Red+Green+Blue) = 146+80+29=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #92501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92501D is #6DAFE2. Grayscale: #5E5E5E. Windows color (decimal): -7188451 or 1921170. OLE color: 1921170.

HSL color Cylindrical-coordinate representation of color #92501D: hue angle of 26.15º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92501D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1468029-
CMYK00.450.800.43
HSL26.15º66.86%34.31%-
HSV(B)26.15º80.14%57.25%-
XYZ14.9411.942.68-
YUV93.9291.37165.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=57.25%
G=31.37%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146802900.450.800.4326.1566.8634.31
Hex92501D02D502B1a4322
Octal22212035055120533210342
Binary1001001010100001110101011011010000101011110101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92501D; }

 p { color: rgb(146,80,29); }

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

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

 a { background-color: rgb(146,80,29); }

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

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

 span { border-color: rgb(146,80,29); }

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