#431311

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

Shades of Seal Brown #431311

Tints of Seal Brown #431311

Color information

#431311 (or 0x431311) is unknown color: approx Seal Brown. HEX triplet: 43, 13 and 11. RGB value is (67,19,17). Sum of RGB (Red+Green+Blue) = 67+19+17=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431311 is #BCECEE. Grayscale: #212121. Windows color (decimal): -12381423 or 1119043. OLE color: 1119043.

HSL color Cylindrical-coordinate representation of color #431311: hue angle of 2.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431311 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB671917-
CMYK00.720.750.74
HSL2.4º59.52%16.47%-
HSV(B)2.4º74.63%26.27%-
XYZ2.651.70.72-
YUV33.12118.9152.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=65.05%
G=18.45%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67191700.720.750.742.459.5216.47
Hex4313110484B4A23c10
Octal1032321011011311227420
Binary1000011100111000101001000100101110010101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431311; }

 p { color: rgb(67,19,17); }

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

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

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

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

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

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

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