#330700

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

Shades of Seal Brown #330700

Tints of Seal Brown #330700

Color information

#330700 (or 0x330700) is unknown color: approx Seal Brown. HEX triplet: 33, 07 and 00. RGB value is (51,7,0). Sum of RGB (Red+Green+Blue) = 51+7+0=58 (7% of max value = 765). Red value is 51 (20.31% from 255 or 87.93% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 51 - color contains mainly: red. Hex color #330700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330700 is #CCF8FF. Grayscale: #131313. Windows color (decimal): -13433088 or 1843. OLE color: 1843.

HSL color Cylindrical-coordinate representation of color #330700: hue angle of 8.24º 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 #330700 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB5170-
CMYK00.8610.8
HSL8.24º100%10%-
HSV(B)8.24º100%20%-
XYZ1.440.860.09-
YUV19.36117.08150.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 87.93%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.93%
G=12.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal517000.8610.88.2410010
Hex33700566450864a
Octal637001261441201014412
Binary11001111100101011011001001010000100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330700; }

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

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

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

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

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

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

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

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