#92340D

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

Shades of Saddle Brown #92340D

Tints of Saddle Brown #92340D

Color information

#92340D (or 0x92340D) is unknown color: approx Saddle Brown. HEX triplet: 92, 34 and 0D. RGB value is (146,52,13). Sum of RGB (Red+Green+Blue) = 146+52+13=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92340D is #6DCBF2. Grayscale: #4B4B4B. Windows color (decimal): -7195635 or 865426. OLE color: 865426.

HSL color Cylindrical-coordinate representation of color #92340D: hue angle of 17.59º 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 #92340D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1465213-
CMYK00.640.910.43
HSL17.59º83.65%31.18%-
HSV(B)17.59º91.1%57.25%-
XYZ13.158.61.35-
YUV75.6692.64178.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.19%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 13 (5.47% from 255) = 6.16%
R=69.19%
G=24.64%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146521300.640.910.4317.5983.6531.18
Hex9234D0405B2B12541f
Octal22264150100133532212437
Binary10010010110100110101000000101101110101110010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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