#33140E

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

Shades of Seal Brown #33140E

Tints of Seal Brown #33140E

Color information

#33140E (or 0x33140E) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 0E. RGB value is (51,20,14). Sum of RGB (Red+Green+Blue) = 51+20+14=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140E is #CCEBF1. Grayscale: #1C1C1C. Windows color (decimal): -13429746 or 922675. OLE color: 922675.

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

Color convert

RGB512014-
CMYK00.610.730.8
HSL9.73º56.92%12.75%-
HSV(B)9.73º72.55%20%-
XYZ1.691.240.56-
YUV28.58119.77143.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=60%
G=23.53%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51201400.610.730.89.7356.9212.75
Hex3314E03D4950a39d
Octal632416075111120127115
Binary11001110100111001111011001001101000010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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