#42340E

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

Shades of Mikado #42340E

Tints of Mikado #42340E

Color information

#42340E (or 0x42340E) is unknown color: approx Mikado. HEX triplet: 42, 34 and 0E. RGB value is (66,52,14). Sum of RGB (Red+Green+Blue) = 66+52+14=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42340E is #BDCBF1. Grayscale: #343434. Windows color (decimal): -12438514 or 930882. OLE color: 930882.

HSL color Cylindrical-coordinate representation of color #42340E: hue angle of 43.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42340E is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB665214-
CMYK00.210.790.74
HSL43.85º65%15.69%-
HSV(B)43.85º78.79%25.88%-
XYZ3.553.650.93-
YUV51.85106.64138.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=50%
G=39.39%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66521400.210.790.7443.856515.69
Hex4234E0154F4A2c4110
Octal10264160251171125410120
Binary1000010110100111001010110011111001010101100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42340E; }

 p { color: rgb(66,52,14); }

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

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

 a { background-color: rgb(66,52,14); }

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

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

 span { border-color: rgb(66,52,14); }

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