#33150B

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

Shades of Seal Brown #33150B

Tints of Seal Brown #33150B

Color information

#33150B (or 0x33150B) is unknown color: approx Seal Brown. HEX triplet: 33, 15 and 0B. RGB value is (51,21,11). Sum of RGB (Red+Green+Blue) = 51+21+11=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150B is #CCEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13429493 or 726323. OLE color: 726323.

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

Color convert

RGB512111-
CMYK00.590.780.8
HSL15º64.52%12.16%-
HSV(B)15º78.43%20%-
XYZ1.691.260.47-
YUV28.83117.94143.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=61.45%
G=25.30%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51211100.590.780.81564.5212.16
Hex3315B03B4E50f41c
Octal6325130731161201710114
Binary110011101011011011101110011101010000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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