#431111

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

Shades of Seal Brown #431111

Tints of Seal Brown #431111

Color information

#431111 (or 0x431111) is unknown color: approx Seal Brown. HEX triplet: 43, 11 and 11. RGB value is (67,17,17). Sum of RGB (Red+Green+Blue) = 67+17+17=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #431111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431111 is #BCEEEE. Grayscale: #1F1F1F. Windows color (decimal): -12381935 or 1118531. OLE color: 1118531.

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

Color convert

RGB671717-
CMYK00.750.750.74
HSL59.52%16.47%-
HSV(B)74.63%26.27%-
XYZ2.621.630.71-
YUV31.95119.56153-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=66.34%
G=16.83%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67171700.750.750.74059.5216.47
Hex43111104B4B4A03c10
Octal1032121011311311207420
Binary100001110001100010100101110010111001010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431111; }

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

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

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

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

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

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

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

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