#92540D

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

Shades of Saddle Brown #92540D

Tints of Saddle Brown #92540D

Color information

#92540D (or 0x92540D) is unknown color: approx Saddle Brown. HEX triplet: 92, 54 and 0D. RGB value is (146,84,13). Sum of RGB (Red+Green+Blue) = 146+84+13=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #92540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92540D is #6DABF2. Grayscale: #5E5E5E. Windows color (decimal): -7187443 or 873618. OLE color: 873618.

HSL color Cylindrical-coordinate representation of color #92540D: hue angle of 32.03º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92540D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1468413-
CMYK00.420.910.43
HSL32.03º83.65%31.18%-
HSV(B)32.03º91.1%57.25%-
XYZ15.112.481.99-
YUV94.4482.04164.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.08%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=60.08%
G=34.57%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146841300.420.910.4332.0383.6531.18
Hex9254D02A5B2B20541f
Octal22212415052133534012437
Binary100100101010100110101010101011011101011100000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,84,13); }

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

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

 a { background-color: rgb(146,84,13); }

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

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

 span { border-color: rgb(146,84,13); }

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