#933C0D

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

Shades of Saddle Brown #933C0D

Tints of Saddle Brown #933C0D

Color information

#933C0D (or 0x933C0D) is unknown color: approx Saddle Brown. HEX triplet: 93, 3C and 0D. RGB value is (147,60,13). Sum of RGB (Red+Green+Blue) = 147+60+13=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #933C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933C0D is #6CC3F2. Grayscale: #505050. Windows color (decimal): -7128051 or 867475. OLE color: 867475.

HSL color Cylindrical-coordinate representation of color #933C0D: hue angle of 21.04º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #933C0D is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1476013-
CMYK00.590.910.42
HSL21.04º83.75%31.37%-
HSV(B)21.04º91.16%57.65%-
XYZ13.729.461.48-
YUV80.6689.82175.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.82%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=66.82%
G=27.27%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147601300.590.910.4221.0483.7531.37
Hex933CD03B5B2A15541f
Octal2237415073133522512437
Binary1001001111110011010111011101101110101010101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,60,13); }

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

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

 a { background-color: rgb(147,60,13); }

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

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

 span { border-color: rgb(147,60,13); }

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