#330F00

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

Shades of Seal Brown #330F00

Tints of Seal Brown #330F00

Color information

#330F00 (or 0x330F00) is unknown color: approx Seal Brown. HEX triplet: 33, 0F and 00. RGB value is (51,15,0). Sum of RGB (Red+Green+Blue) = 51+15+0=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #330F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F00 is #CCF0FF. Grayscale: #181818. Windows color (decimal): -13431040 or 3891. OLE color: 3891.

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

Color convert

RGB51150-
CMYK00.7110.8
HSL17.65º100%10%-
HSV(B)17.65º100%20%-
XYZ1.541.050.12-
YUV24.05114.43147.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 77.27%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.27%
G=22.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5115000.7110.817.6510010
Hex33F004764501264a
Octal6317001071441202214412
Binary1100111111001000111110010010100001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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