#923A15

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

Shades of Saddle Brown #923A15

Tints of Saddle Brown #923A15

Color information

#923A15 (or 0x923A15) is unknown color: approx Saddle Brown. HEX triplet: 92, 3A and 15. RGB value is (146,58,21). Sum of RGB (Red+Green+Blue) = 146+58+21=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #923A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923A15 is #6DC5EA. Grayscale: #505050. Windows color (decimal): -7194091 or 1391250. OLE color: 1391250.

HSL color Cylindrical-coordinate representation of color #923A15: hue angle of 17.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #923A15 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1465821-
CMYK00.600.860.43
HSL17.76º74.85%32.75%-
HSV(B)17.76º85.62%57.25%-
XYZ13.59.191.77-
YUV80.0994.65175.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.89%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=64.89%
G=25.78%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146582100.600.860.4317.7674.8532.75
Hex923A1503C562B124b21
Octal2227225074126532211341
Binary100100101110101010101111001010110101011100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923A15; }

 p { color: rgb(146,58,21); }

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

<style>
 a { background-color: #923A15; }

 a { background-color: rgb(146,58,21); }

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

<style>
 span { border-color: #923A15; }

 span { border-color: rgb(146,58,21); }

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