#321812

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

Shades of Seal Brown #321812

Tints of Seal Brown #321812

Color information

#321812 (or 0x321812) is unknown color: approx Seal Brown. HEX triplet: 32, 18 and 12. RGB value is (50,24,18). Sum of RGB (Red+Green+Blue) = 50+24+18=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321812 is #CDE7ED. Grayscale: #1F1F1F. Windows color (decimal): -13494254 or 1185842. OLE color: 1185842.

HSL color Cylindrical-coordinate representation of color #321812: hue angle of 11.25º 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 #321812 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB502418-
CMYK00.520.640.80
HSL11.25º47.06%13.33%-
HSV(B)11.25º64%19.61%-
XYZ1.751.380.75-
YUV31.09120.61141.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=54.35%
G=26.09%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50241800.520.640.8011.2547.0613.33
Hex3218120344050b2fd
Octal623022064100120135715
Binary110010110001001001101001000000101000010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321812; }

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

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

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

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

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

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

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

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