#33140C

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

Shades of Seal Brown #33140C

Tints of Seal Brown #33140C

Color information

#33140C (or 0x33140C) is unknown color: approx Seal Brown. HEX triplet: 33, 14 and 0C. RGB value is (51,20,12). Sum of RGB (Red+Green+Blue) = 51+20+12=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33140C is #CCEBF3. Grayscale: #1C1C1C. Windows color (decimal): -13429748 or 791603. OLE color: 791603.

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

Color convert

RGB512012-
CMYK00.610.760.8
HSL12.31º61.9%12.35%-
HSV(B)12.31º76.47%20%-
XYZ1.681.230.5-
YUV28.36118.77144.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=61.45%
G=24.10%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51201200.610.760.812.3161.912.35
Hex3314C03D4C50c3ec
Octal632414075114120147614
Binary11001110100110001111011001100101000011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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