#431614

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

Shades of Seal Brown #431614

Tints of Seal Brown #431614

Color information

#431614 (or 0x431614) is unknown color: approx Seal Brown. HEX triplet: 43, 16 and 14. RGB value is (67,22,20). Sum of RGB (Red+Green+Blue) = 67+22+20=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431614 is #BCE9EB. Grayscale: #232323. Windows color (decimal): -12380652 or 1316419. OLE color: 1316419.

HSL color Cylindrical-coordinate representation of color #431614: hue angle of 2.55º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431614 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB672220-
CMYK00.670.700.74
HSL2.55º54.02%17.06%-
HSV(B)2.55º70.15%26.27%-
XYZ2.731.820.87-
YUV35.23119.41150.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=61.47%
G=20.18%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67222000.670.700.742.5554.0217.06
Hex431614043464A33611
Octal1032624010310611236621
Binary1000011101101010001000011100011010010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431614; }

 p { color: rgb(67,22,20); }

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

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

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

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

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

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

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