#43120D

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

Shades of Seal Brown #43120D

Tints of Seal Brown #43120D

Color information

#43120D (or 0x43120D) is unknown color: approx Seal Brown. HEX triplet: 43, 12 and 0D. RGB value is (67,18,13). Sum of RGB (Red+Green+Blue) = 67+18+13=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #43120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43120D is #BCEDF2. Grayscale: #202020. Windows color (decimal): -12381683 or 856643. OLE color: 856643.

HSL color Cylindrical-coordinate representation of color #43120D: hue angle of 5.56º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43120D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB671813-
CMYK00.730.810.74
HSL5.56º67.5%15.69%-
HSV(B)5.56º80.6%26.27%-
XYZ2.61.650.56-
YUV32.08117.23152.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=68.37%
G=18.37%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67181300.730.810.745.5667.515.69
Hex4312D049514A64410
Octal10322150111121112610420
Binary10000111001011010100100110100011001010110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43120D; }

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

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

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

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

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

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

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

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