#42341C

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

Shades of Mikado #42341C

Tints of Mikado #42341C

Color information

#42341C (or 0x42341C) is unknown color: approx Mikado. HEX triplet: 42, 34 and 1C. RGB value is (66,52,28). Sum of RGB (Red+Green+Blue) = 66+52+28=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42341C is #BDCBE3. Grayscale: #353535. Windows color (decimal): -12438500 or 1848386. OLE color: 1848386.

HSL color Cylindrical-coordinate representation of color #42341C: hue angle of 37.89º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42341C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB665228-
CMYK00.210.580.74
HSL37.89º40.43%18.43%-
HSV(B)37.89º57.58%25.88%-
XYZ3.683.71.62-
YUV53.45113.64136.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=45.21%
G=35.62%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66522800.210.580.7437.8940.4318.43
Hex42341C0153A4A262812
Octal102643402572112465022
Binary100001011010011100010101111010100101010011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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