#43340C

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

Shades of Mikado #43340C

Tints of Mikado #43340C

Color information

#43340C (or 0x43340C) is unknown color: approx Mikado. HEX triplet: 43, 34 and 0C. RGB value is (67,52,12). Sum of RGB (Red+Green+Blue) = 67+52+12=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43340C is #BCCBF3. Grayscale: #343434. Windows color (decimal): -12372980 or 799811. OLE color: 799811.

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

Color convert

RGB675212-
CMYK00.220.820.74
HSL43.64º69.62%15.49%-
HSV(B)43.64º82.09%26.27%-
XYZ3.613.680.87-
YUV51.92105.47138.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=51.15%
G=39.69%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67521200.220.820.7443.6469.6215.49
Hex4334C016524A2c46f
Octal10364140261221125410617
Binary100001111010011000101101010010100101010110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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