#320F09

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

Shades of Seal Brown #320F09

Tints of Seal Brown #320F09

Color information

#320F09 (or 0x320F09) is unknown color: approx Seal Brown. HEX triplet: 32, 0F and 09. RGB value is (50,15,9). Sum of RGB (Red+Green+Blue) = 50+15+9=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F09 is #CDF0F6. Grayscale: #181818. Windows color (decimal): -13496567 or 593714. OLE color: 593714.

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

Color convert

RGB50159-
CMYK00.700.820.80
HSL8.78º69.49%11.57%-
HSV(B)8.78º82%19.61%-
XYZ1.541.040.38-
YUV24.78119.1145.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 67.57%
GREEN value IS 15 (6.25% from 255) = 20.27%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=67.57%
G=20.27%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5015900.700.820.808.7869.4911.57
Hex32F90465250945c
Octal62171101061221201110514
Binary110010111110010100011010100101010000100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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