#320905

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

Shades of Seal Brown #320905

Tints of Seal Brown #320905

Color information

#320905 (or 0x320905) is unknown color: approx Seal Brown. HEX triplet: 32, 09 and 05. RGB value is (50,9,5). Sum of RGB (Red+Green+Blue) = 50+9+5=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #320905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320905 is #CDF6FA. Grayscale: #141414. Windows color (decimal): -13498107 or 330034. OLE color: 330034.

HSL color Cylindrical-coordinate representation of color #320905: hue angle of 5.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320905 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB5095-
CMYK00.820.900.80
HSL5.33º81.82%10.78%-
HSV(B)5.33º90%19.61%-
XYZ1.440.880.24-
YUV20.8119.08148.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 78.12%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=78.12%
G=14.06%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal509500.820.900.805.3381.8210.78
Hex32950525A50552b
Octal621150122132120512213
Binary1100101001101010100101011010101000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320905; }

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

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

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

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

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

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

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

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