#431512

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

Shades of Seal Brown #431512

Tints of Seal Brown #431512

Color information

#431512 (or 0x431512) is unknown color: approx Seal Brown. HEX triplet: 43, 15 and 12. RGB value is (67,21,18). Sum of RGB (Red+Green+Blue) = 67+21+18=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431512 is #BCEAED. Grayscale: #222222. Windows color (decimal): -12380910 or 1185091. OLE color: 1185091.

HSL color Cylindrical-coordinate representation of color #431512: hue angle of 3.67º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431512 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB672118-
CMYK00.690.730.74
HSL3.67º57.65%16.67%-
HSV(B)3.67º73.13%26.27%-
XYZ2.691.770.77-
YUV34.41118.74151.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=63.21%
G=19.81%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67211800.690.730.743.6757.6516.67
Hex431512045494A43a11
Octal1032522010511111247221
Binary10000111010110010010001011001001100101010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431512; }

 p { color: rgb(67,21,18); }

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

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

 a { background-color: rgb(67,21,18); }

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

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

 span { border-color: rgb(67,21,18); }

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