#42371C

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

Shades of Mikado #42371C

Tints of Mikado #42371C

Color information

#42371C (or 0x42371C) is unknown color: approx Mikado. HEX triplet: 42, 37 and 1C. RGB value is (66,55,28). Sum of RGB (Red+Green+Blue) = 66+55+28=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42371C is #BDC8E3. Grayscale: #373737. Windows color (decimal): -12437732 or 1849154. OLE color: 1849154.

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

Color convert

RGB665528-
CMYK00.170.580.74
HSL42.63º40.43%18.43%-
HSV(B)42.63º57.58%25.88%-
XYZ3.823.971.66-
YUV55.21112.64135.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=44.30%
G=36.91%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66552800.170.580.7442.6340.4318.43
Hex42371C0113A4A2b2812
Octal102673402172112535022
Binary100001011011111100010001111010100101010101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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