#42351C

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

Shades of Mikado #42351C

Tints of Mikado #42351C

Color information

#42351C (or 0x42351C) is unknown color: approx Mikado. HEX triplet: 42, 35 and 1C. RGB value is (66,53,28). Sum of RGB (Red+Green+Blue) = 66+53+28=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42351C is #BDCAE3. Grayscale: #363636. Windows color (decimal): -12438244 or 1848642. OLE color: 1848642.

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

Color convert

RGB665328-
CMYK00.200.580.74
HSL39.47º40.43%18.43%-
HSV(B)39.47º57.58%25.88%-
XYZ3.733.791.63-
YUV54.04113.31136.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=44.90%
G=36.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66532800.200.580.7439.4740.4318.43
Hex42351C0143A4A272812
Octal102653402472112475022
Binary100001011010111100010100111010100101010011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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