#42381C

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

Shades of Mikado #42381C

Tints of Mikado #42381C

Color information

#42381C (or 0x42381C) is unknown color: approx Mikado. HEX triplet: 42, 38 and 1C. RGB value is (66,56,28). Sum of RGB (Red+Green+Blue) = 66+56+28=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42381C is #BDC7E3. Grayscale: #373737. Windows color (decimal): -12437476 or 1849410. OLE color: 1849410.

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

Color convert

RGB665628-
CMYK00.150.580.74
HSL44.21º40.43%18.43%-
HSV(B)44.21º57.58%25.88%-
XYZ3.874.071.68-
YUV55.8112.31135.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 28 (11.33% from 255) = 18.67%
R=44%
G=37.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66562800.150.580.7444.2140.4318.43
Hex42381C0F3A4A2c2812
Octal102703401772112545022
Binary10000101110001110001111111010100101010110010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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