#33150D

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

Shades of Seal Brown #33150D

Tints of Seal Brown #33150D

Color information

#33150D (or 0x33150D) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 0D. RGB value is (51,21,13). Sum of RGB (Red+Green+Blue) = 51+21+13=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150D is #CCEAF2. Grayscale: #1D1D1D. Windows color (decimal): -13429491 or 857395. OLE color: 857395.

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

Color convert

RGB512113-
CMYK00.590.750.8
HSL12.63º59.38%12.55%-
HSV(B)12.63º74.51%20%-
XYZ1.711.270.54-
YUV29.06118.94143.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=60%
G=24.71%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211300.590.750.812.6359.3812.55
Hex3315D03B4B50d3bd
Octal632515073113120157315
Binary11001110101110101110111001011101000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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