#320907

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

Shades of Seal Brown #320907

Tints of Seal Brown #320907

Color information

#320907 (or 0x320907) is unknown color: approx Seal Brown. HEX triplet: 32, 09 and 07. RGB value is (50,9,7). Sum of RGB (Red+Green+Blue) = 50+9+7=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320907 is #CDF6F8. Grayscale: #151515. Windows color (decimal): -13498105 or 461106. OLE color: 461106.

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

Color convert

RGB5097-
CMYK00.820.860.80
HSL2.79º75.44%11.18%-
HSV(B)2.79º86%19.61%-
XYZ1.450.890.3-
YUV21.03120.08148.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 75.76%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=75.76%
G=13.64%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal509700.820.860.802.7975.4411.18
Hex3297052565034bb
Octal621170122126120311313
Binary110010100111101010010101011010100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320907; }

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

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

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

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

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

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

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

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