#330F06

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

Shades of Seal Brown #330F06

Tints of Seal Brown #330F06

Color information

#330F06 (or 0x330F06) is unknown color: approx Seal Brown. HEX triplet: 33, 0F and 06. RGB value is (51,15,6). Sum of RGB (Red+Green+Blue) = 51+15+6=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F06 is #CCF0F9. Grayscale: #181818. Windows color (decimal): -13431034 or 397107. OLE color: 397107.

HSL color Cylindrical-coordinate representation of color #330F06: hue angle of 12º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330F06 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB51156-
CMYK00.710.880.8
HSL12º78.95%11.18%-
HSV(B)12º88.24%20%-
XYZ1.571.060.29-
YUV24.74117.43146.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=70.83%
G=20.83%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5115600.710.880.81278.9511.18
Hex33F60475850c4fb
Octal6317601071301201411713
Binary11001111111100100011110110001010000110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330F06; }

 p { color: rgb(51,15,6); }

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

<style>
 a { background-color: #330F06; }

 a { background-color: rgb(51,15,6); }

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

<style>
 span { border-color: #330F06; }

 span { border-color: rgb(51,15,6); }

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