#42361C

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

Shades of Mikado #42361C

Tints of Mikado #42361C

Color information

#42361C (or 0x42361C) is unknown color: approx Mikado. HEX triplet: 42, 36 and 1C. RGB value is (66,54,28). Sum of RGB (Red+Green+Blue) = 66+54+28=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42361C is #BDC9E3. Grayscale: #363636. Windows color (decimal): -12437988 or 1848898. OLE color: 1848898.

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

Color convert

RGB665428-
CMYK00.180.580.74
HSL41.05º40.43%18.43%-
HSV(B)41.05º57.58%25.88%-
XYZ3.783.881.65-
YUV54.62112.98136.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=44.59%
G=36.49%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66542800.180.580.7441.0540.4318.43
Hex42361C0123A4A292812
Octal102663402272112515022
Binary100001011011011100010010111010100101010100110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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