#92530A

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

Shades of Saddle Brown #92530A

Tints of Saddle Brown #92530A

Color information

#92530A (or 0x92530A) is unknown color: approx Saddle Brown. HEX triplet: 92, 53 and 0A. RGB value is (146,83,10). Sum of RGB (Red+Green+Blue) = 146+83+10=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #92530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92530A is #6DACF5. Grayscale: #5D5D5D. Windows color (decimal): -7187702 or 676754. OLE color: 676754.

HSL color Cylindrical-coordinate representation of color #92530A: hue angle of 32.21º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92530A is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1468310-
CMYK00.430.930.43
HSL32.21º87.18%30.59%-
HSV(B)32.21º93.15%57.25%-
XYZ1512.321.87-
YUV93.5280.87165.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.09%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=61.09%
G=34.73%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146831000.430.930.4332.2187.1830.59
Hex9253A02B5D2B20571f
Octal22212312053135534012737
Binary100100101010011101001010111011101101011100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92530A; }

 p { color: rgb(146,83,10); }

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

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

 a { background-color: rgb(146,83,10); }

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

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

 span { border-color: rgb(146,83,10); }

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