#431212

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

Shades of Seal Brown #431212

Tints of Seal Brown #431212

Color information

#431212 (or 0x431212) is unknown color: approx Seal Brown. HEX triplet: 43, 12 and 12. RGB value is (67,18,18). Sum of RGB (Red+Green+Blue) = 67+18+18=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431212 is #BCEDED. Grayscale: #202020. Windows color (decimal): -12381678 or 1184323. OLE color: 1184323.

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

Color convert

RGB671818-
CMYK00.730.730.74
HSL57.65%16.67%-
HSV(B)73.13%26.27%-
XYZ2.641.670.76-
YUV32.65119.73152.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=65.05%
G=17.48%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67181800.730.730.74057.6516.67
Hex431212049494A03a11
Octal1032222011111111207221
Binary100001110010100100100100110010011001010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431212; }

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

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

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

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

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

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

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

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