#933D14

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

Shades of Saddle Brown #933D14

Tints of Saddle Brown #933D14

Color information

#933D14 (or 0x933D14) is unknown color: approx Saddle Brown. HEX triplet: 93, 3D and 14. RGB value is (147,61,20). Sum of RGB (Red+Green+Blue) = 147+61+20=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #933D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933D14 is #6CC2EB. Grayscale: #525252. Windows color (decimal): -7127788 or 1326483. OLE color: 1326483.

HSL color Cylindrical-coordinate representation of color #933D14: hue angle of 19.37º degrees, saturation: 0.76, 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 #933D14 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1476120-
CMYK00.590.860.42
HSL19.37º76.05%32.75%-
HSV(B)19.37º86.39%57.65%-
XYZ13.839.591.78-
YUV82.0492.99174.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.47%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=64.47%
G=26.75%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147612000.590.860.4219.3776.0532.75
Hex933D1403B562A134c21
Octal2237524073126522311441
Binary100100111111011010001110111010110101010100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,61,20); }

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

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

 a { background-color: rgb(147,61,20); }

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

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

 span { border-color: rgb(147,61,20); }

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