#33150E

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

Shades of Seal Brown #33150E

Tints of Seal Brown #33150E

Color information

#33150E (or 0x33150E) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 0E. RGB value is (51,21,14). Sum of RGB (Red+Green+Blue) = 51+21+14=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150E is #CCEAF1. Grayscale: #1D1D1D. Windows color (decimal): -13429490 or 922931. OLE color: 922931.

HSL color Cylindrical-coordinate representation of color #33150E: hue angle of 11.35º 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 #33150E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB512114-
CMYK00.590.730.8
HSL11.35º56.92%12.75%-
HSV(B)11.35º72.55%20%-
XYZ1.711.270.57-
YUV29.17119.44143.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=59.30%
G=24.42%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211400.590.730.811.3556.9212.75
Hex3315E03B4950b39d
Octal632516073111120137115
Binary11001110101111001110111001001101000010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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