#431208

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

Shades of Seal Brown #431208

Tints of Seal Brown #431208

Color information

#431208 (or 0x431208) is unknown color: approx Seal Brown. HEX triplet: 43, 12 and 08. RGB value is (67,18,8). Sum of RGB (Red+Green+Blue) = 67+18+8=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #431208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431208 is #BCEDF7. Grayscale: #1F1F1F. Windows color (decimal): -12381688 or 528963. OLE color: 528963.

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

Color convert

RGB67188-
CMYK00.730.880.74
HSL10.17º78.67%14.71%-
HSV(B)10.17º88.06%26.27%-
XYZ2.571.640.41-
YUV31.51114.73153.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=72.04%
G=19.35%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6718800.730.880.7410.1778.6714.71
Hex43128049584Aa4ff
Octal103221001111301121211717
Binary10000111001010000100100110110001001010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431208; }

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

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

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

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

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

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

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

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