#33140D

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

Shades of Seal Brown #33140D

Tints of Seal Brown #33140D

Color information

#33140D (or 0x33140D) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 0D. RGB value is (51,20,13). Sum of RGB (Red+Green+Blue) = 51+20+13=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140D is #CCEBF2. Grayscale: #1C1C1C. Windows color (decimal): -13429747 or 857139. OLE color: 857139.

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

Color convert

RGB512013-
CMYK00.610.750.8
HSL11.05º59.38%12.55%-
HSV(B)11.05º74.51%20%-
XYZ1.691.230.53-
YUV28.47119.27144.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=60.71%
G=23.81%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51201300.610.750.811.0559.3812.55
Hex3314D03D4B50b3bd
Octal632415075113120137315
Binary11001110100110101111011001011101000010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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