#92460F

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

Shades of Saddle Brown #92460F

Tints of Saddle Brown #92460F

Color information

#92460F (or 0x92460F) is unknown color: approx Saddle Brown. HEX triplet: 92, 46 and 0F. RGB value is (146,70,15). Sum of RGB (Red+Green+Blue) = 146+70+15=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #92460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92460F is #6DB9F0. Grayscale: #565656. Windows color (decimal): -7191025 or 1001106. OLE color: 1001106.

HSL color Cylindrical-coordinate representation of color #92460F: hue angle of 25.19º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92460F is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1467015-
CMYK00.520.900.43
HSL25.19º81.37%31.57%-
HSV(B)25.19º89.73%57.25%-
XYZ14.1310.531.74-
YUV86.4587.68170.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.20%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=63.20%
G=30.30%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146701500.520.900.4325.1981.3731.57
Hex9246F0345A2B195120
Octal22210617064132533112140
Binary100100101000110111101101001011010101011110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92460F; }

 p { color: rgb(146,70,15); }

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

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

 a { background-color: rgb(146,70,15); }

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

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

 span { border-color: rgb(146,70,15); }

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