#321F1D

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

Shades of Seal Brown #321F1D

Tints of Seal Brown #321F1D

Color information

#321F1D (or 0x321F1D) is unknown color: approx Seal Brown. HEX triplet: 32, 1F and 1D. RGB value is (50,31,29). Sum of RGB (Red+Green+Blue) = 50+31+29=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F1D is #CDE0E2. Grayscale: #242424. Windows color (decimal): -13492451 or 1908530. OLE color: 1908530.

HSL color Cylindrical-coordinate representation of color #321F1D: hue angle of 5.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321F1D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB503129-
CMYK00.380.420.80
HSL5.71º26.58%15.49%-
HSV(B)5.71º42%19.61%-
XYZ2.031.751.39-
YUV36.45123.79137.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 31 (12.5% from 255) = 28.18%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=45.45%
G=28.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50312900.380.420.805.7126.5815.49
Hex321F1D0262A5061bf
Octal6237350465212063317
Binary110010111111110101001101010101010000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F1D; }

 p { color: rgb(50,31,29); }

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

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

 a { background-color: rgb(50,31,29); }

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

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

 span { border-color: rgb(50,31,29); }

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