#43140C

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

Shades of Seal Brown #43140C

Tints of Seal Brown #43140C

Color information

#43140C (or 0x43140C) is unknown color: approx Seal Brown. HEX triplet: 43, 14 and 0C. RGB value is (67,20,12). Sum of RGB (Red+Green+Blue) = 67+20+12=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #43140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43140C is #BCEBF3. Grayscale: #212121. Windows color (decimal): -12381172 or 791619. OLE color: 791619.

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

Color convert

RGB672012-
CMYK00.700.820.74
HSL8.73º69.62%15.49%-
HSV(B)8.73º82.09%26.27%-
XYZ2.631.720.54-
YUV33.14116.07152.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67.68%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=67.68%
G=20.20%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67201200.700.820.748.7369.6215.49
Hex4314C046524A946f
Octal103241401061221121110617
Binary10000111010011000100011010100101001010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43140C; }

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

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

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

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

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

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

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

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