#42340B

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

Shades of Mikado #42340B

Tints of Mikado #42340B

Color information

#42340B (or 0x42340B) is unknown color: approx Mikado. HEX triplet: 42, 34 and 0B. RGB value is (66,52,11). Sum of RGB (Red+Green+Blue) = 66+52+11=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42340B is #BDCBF4. Grayscale: #333333. Windows color (decimal): -12438517 or 734274. OLE color: 734274.

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

Color convert

RGB665211-
CMYK00.210.830.74
HSL44.73º71.43%15.1%-
HSV(B)44.73º83.33%25.88%-
XYZ3.543.640.83-
YUV51.51105.14138.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=51.16%
G=40.31%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66521100.210.830.7444.7371.4315.1
Hex4234B015534A2d47f
Octal10264130251231125510717
Binary100001011010010110101011010011100101010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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