#42381D

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

Shades of Mikado #42381D

Tints of Mikado #42381D

Color information

#42381D (or 0x42381D) is unknown color: approx Mikado. HEX triplet: 42, 38 and 1D. RGB value is (66,56,29). Sum of RGB (Red+Green+Blue) = 66+56+29=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42381D is #BDC7E2. Grayscale: #383838. Windows color (decimal): -12437475 or 1914946. OLE color: 1914946.

HSL color Cylindrical-coordinate representation of color #42381D: hue angle of 43.78º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42381D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB665629-
CMYK00.150.560.74
HSL43.78º38.95%18.63%-
HSV(B)43.78º56.06%25.88%-
XYZ3.884.081.74-
YUV55.91112.81135.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=43.71%
G=37.09%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66562900.150.560.7443.7838.9518.63
Hex42381D0F384A2c2713
Octal102703501770112544723
Binary10000101110001110101111111000100101010110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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