#933E0C

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

Shades of Saddle Brown #933E0C

Tints of Saddle Brown #933E0C

Color information

#933E0C (or 0x933E0C) is unknown color: approx Saddle Brown. HEX triplet: 93, 3E and 0C. RGB value is (147,62,12). Sum of RGB (Red+Green+Blue) = 147+62+12=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #933E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933E0C is #6CC1F3. Grayscale: #525252. Windows color (decimal): -7127540 or 802451. OLE color: 802451.

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

Color convert

RGB1476212-
CMYK00.580.920.42
HSL22.22º84.91%31.18%-
HSV(B)22.22º91.84%57.65%-
XYZ13.829.671.49-
YUV81.7188.66174.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.52%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=66.52%
G=28.05%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147621200.580.920.4222.2284.9131.18
Hex933EC03A5C2A16551f
Octal2237614072134522612537
Binary1001001111111011000111010101110010101010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,62,12); }

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

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

 a { background-color: rgb(147,62,12); }

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

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

 span { border-color: rgb(147,62,12); }

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