#933A15

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

Shades of Saddle Brown #933A15

Tints of Saddle Brown #933A15

Color information

#933A15 (or 0x933A15) is unknown color: approx Saddle Brown. HEX triplet: 93, 3A and 15. RGB value is (147,58,21). Sum of RGB (Red+Green+Blue) = 147+58+21=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #933A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A15 is #6CC5EA. Grayscale: #505050. Windows color (decimal): -7128555 or 1391251. OLE color: 1391251.

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

Color convert

RGB1475821-
CMYK00.610.860.42
HSL17.62º75%32.94%-
HSV(B)17.62º85.71%57.65%-
XYZ13.689.281.78-
YUV80.3994.49175.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=65.04%
G=25.66%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147582100.610.860.4217.627532.94
Hex933A1503D562A124b21
Octal2237225075126522211341
Binary100100111110101010101111011010110101010100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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