#43120C

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

Shades of Seal Brown #43120C

Tints of Seal Brown #43120C

Color information

#43120C (or 0x43120C) is unknown color: approx Seal Brown. HEX triplet: 43, 12 and 0C. RGB value is (67,18,12). Sum of RGB (Red+Green+Blue) = 67+18+12=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #43120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43120C is #BCEDF3. Grayscale: #202020. Windows color (decimal): -12381684 or 791107. OLE color: 791107.

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

Color convert

RGB671812-
CMYK00.730.820.74
HSL6.55º69.62%15.49%-
HSV(B)6.55º82.09%26.27%-
XYZ2.61.650.53-
YUV31.97116.73152.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.07%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=69.07%
G=18.56%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67181200.730.820.746.5569.6215.49
Hex4312C049524A746f
Octal10322140111122112710617
Binary1000011100101100010010011010010100101011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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