#321612

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

Shades of Seal Brown #321612

Tints of Seal Brown #321612

Color information

#321612 (or 0x321612) is unknown color: approx Seal Brown. HEX triplet: 32, 16 and 12. RGB value is (50,22,18). Sum of RGB (Red+Green+Blue) = 50+22+18=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321612 is #CDE9ED. Grayscale: #1D1D1D. Windows color (decimal): -13494766 or 1185330. OLE color: 1185330.

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

Color convert

RGB502218-
CMYK00.560.640.80
HSL7.5º47.06%13.33%-
HSV(B)7.5º64%19.61%-
XYZ1.711.30.73-
YUV29.92121.28142.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 18 (7.42% from 255) = 20%
R=55.56%
G=24.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50221800.560.640.807.547.0613.33
Hex321612038405082fd
Octal622622070100120105715
Binary110010101101001001110001000000101000010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321612; }

 p { color: rgb(50,22,18); }

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

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

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

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

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

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

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