#320C06

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

Shades of Seal Brown #320C06

Tints of Seal Brown #320C06

Color information

#320C06 (or 0x320C06) is unknown color: approx Seal Brown. HEX triplet: 32, 0C and 06. RGB value is (50,12,6). Sum of RGB (Red+Green+Blue) = 50+12+6=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #320C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C06 is #CDF3F9. Grayscale: #161616. Windows color (decimal): -13497338 or 396338. OLE color: 396338.

HSL color Cylindrical-coordinate representation of color #320C06: hue angle of 8.18º 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 #320C06 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50126-
CMYK00.760.880.80
HSL8.18º78.57%10.98%-
HSV(B)8.18º88%19.61%-
XYZ1.480.950.28-
YUV22.68118.59147.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 73.53%
GREEN value IS 12 (5.08% from 255) = 17.65%
BLUE value IS 6 (2.73% from 255) = 8.82%
R=73.53%
G=17.65%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5012600.760.880.808.1878.5710.98
Hex32C604C585084fb
Octal6214601141301201011713
Binary11001011001100100110010110001010000100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C06; }

 p { color: rgb(50,12,6); }

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

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

 a { background-color: rgb(50,12,6); }

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

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

 span { border-color: rgb(50,12,6); }

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