#33150C

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

Shades of Seal Brown #33150C

Tints of Seal Brown #33150C

Color information

#33150C (or 0x33150C) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 0C. RGB value is (51,21,12). Sum of RGB (Red+Green+Blue) = 51+21+12=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150C is #CCEAF3. Grayscale: #1D1D1D. Windows color (decimal): -13429492 or 791859. OLE color: 791859.

HSL color Cylindrical-coordinate representation of color #33150C: hue angle of 13.85º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33150C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB512112-
CMYK00.590.760.8
HSL13.85º61.9%12.35%-
HSV(B)13.85º76.47%20%-
XYZ1.71.270.5-
YUV28.94118.44143.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=60.71%
G=25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211200.590.760.813.8561.912.35
Hex3315C03B4C50e3ec
Octal632514073114120167614
Binary11001110101110001110111001100101000011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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