#320F0F

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

Shades of Seal Brown #320F0F

Tints of Seal Brown #320F0F

Color information

#320F0F (or 0x320F0F) is unknown color: approx Seal Brown. HEX triplet: 32, 0F and 0F. RGB value is (50,15,15). Sum of RGB (Red+Green+Blue) = 50+15+15=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #320F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F0F is #CDF0F0. Grayscale: #191919. Windows color (decimal): -13496561 or 986930. OLE color: 986930.

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

Color convert

RGB501515-
CMYK00.700.700.80
HSL53.85%12.75%-
HSV(B)70%19.61%-
XYZ1.571.050.57-
YUV25.46122.1145.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 62.5%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50151500.700.700.80053.8512.75
Hex32FF0464650036d
Octal621717010610612006615
Binary11001011111111010001101000110101000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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