#330F0D

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

Shades of Seal Brown #330F0D

Tints of Seal Brown #330F0D

Color information

#330F0D (or 0x330F0D) is unknown color: approx Seal Brown. HEX triplet: 33, 0F and 0D. RGB value is (51,15,13). Sum of RGB (Red+Green+Blue) = 51+15+13=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F0D is #CCF0F2. Grayscale: #191919. Windows color (decimal): -13431027 or 855859. OLE color: 855859.

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

Color convert

RGB511513-
CMYK00.710.750.8
HSL3.16º59.38%12.55%-
HSV(B)3.16º74.51%20%-
XYZ1.611.070.5-
YUV25.54120.93146.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 64.56%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=64.56%
G=18.99%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51151300.710.750.83.1659.3812.55
Hex33FD0474B5033bd
Octal631715010711312037315
Binary110011111111010100011110010111010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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