#33110E

Color #33110E Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #33110E

Tints of Seal Brown #33110E

Color information

#33110E (or 0x33110E) is unknown color: approx Seal Brown. HEX triplet: 33, 11 and 0E. RGB value is (51,17,14). Sum of RGB (Red+Green+Blue) = 51+17+14=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33110E is #CCEEF1. Grayscale: #1A1A1A. Windows color (decimal): -13430514 or 921907. OLE color: 921907.

HSL color Cylindrical-coordinate representation of color #33110E: hue angle of 4.86º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33110E is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB511714-
CMYK00.670.730.8
HSL4.86º56.92%12.75%-
HSV(B)4.86º72.55%20%-
XYZ1.641.140.55-
YUV26.82120.76145.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=62.20%
G=20.73%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51171400.670.730.84.8656.9212.75
Hex3311E0434950539d
Octal632116010311112057115
Binary11001110001111001000011100100110100001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33110E; }

 p { color: rgb(51,17,14); }

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

<style>
 a { background-color: #33110E; }

 a { background-color: rgb(51,17,14); }

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

<style>
 span { border-color: #33110E; }

 span { border-color: rgb(51,17,14); }

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