#330C01

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

Shades of Seal Brown #330C01

Tints of Seal Brown #330C01

Color information

#330C01 (or 0x330C01) is unknown color: approx Seal Brown. HEX triplet: 33, 0C and 01. RGB value is (51,12,1). Sum of RGB (Red+Green+Blue) = 51+12+1=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C01 is #CCF3FE. Grayscale: #161616. Windows color (decimal): -13431807 or 68659. OLE color: 68659.

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

Color convert

RGB51121-
CMYK00.760.980.8
HSL13.2º96.15%10.2%-
HSV(B)13.2º98.04%20%-
XYZ1.50.970.14-
YUV22.41115.92148.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 79.69%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 1 (0.78% from 255) = 1.56%
R=79.69%
G=18.75%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5112100.760.980.813.296.1510.2
Hex33C104C6250d60a
Octal6314101141421201514012
Binary110011110010100110011000101010000110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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