#33100C

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

Shades of Seal Brown #33100C

Tints of Seal Brown #33100C

Color information

#33100C (or 0x33100C) is unknown color: approx Seal Brown. HEX triplet: 33, 10 and 0C. RGB value is (51,16,12). Sum of RGB (Red+Green+Blue) = 51+16+12=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #33100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33100C is #CCEFF3. Grayscale: #1A1A1A. Windows color (decimal): -13430772 or 790579. OLE color: 790579.

HSL color Cylindrical-coordinate representation of color #33100C: hue angle of 6.15º 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 #33100C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB511612-
CMYK00.690.760.8
HSL6.15º61.9%12.35%-
HSV(B)6.15º76.47%20%-
XYZ1.621.10.48-
YUV26.01120.1145.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 64.56%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=64.56%
G=20.25%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51161200.690.760.86.1561.912.35
Hex3310C0454C5063ec
Octal632014010511412067614
Binary11001110000110001000101100110010100001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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