#320F0E

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

Shades of Seal Brown #320F0E

Tints of Seal Brown #320F0E

Color information

#320F0E (or 0x320F0E) is unknown color: approx Seal Brown. HEX triplet: 32, 0F and 0E. RGB value is (50,15,14). Sum of RGB (Red+Green+Blue) = 50+15+14=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #320F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F0E is #CDF0F1. Grayscale: #191919. Windows color (decimal): -13496562 or 921394. OLE color: 921394.

HSL color Cylindrical-coordinate representation of color #320F0E: hue angle of 1.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320F0E is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB501514-
CMYK00.700.720.80
HSL1.67º56.25%12.55%-
HSV(B)1.67º72%19.61%-
XYZ1.571.050.54-
YUV25.35121.6145.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=63.29%
G=18.99%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50151400.700.720.801.6756.2512.55
Hex32FE0464850238d
Octal621716010611012027015
Binary110010111111100100011010010001010000101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,15,14); }

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

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

 a { background-color: rgb(50,15,14); }

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

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

 span { border-color: rgb(50,15,14); }

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