#42320D

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

Shades of Mikado #42320D

Tints of Mikado #42320D

Color information

#42320D (or 0x42320D) is unknown color: approx Mikado. HEX triplet: 42, 32 and 0D. RGB value is (66,50,13). Sum of RGB (Red+Green+Blue) = 66+50+13=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42320D is #BDCDF2. Grayscale: #323232. Windows color (decimal): -12439027 or 864834. OLE color: 864834.

HSL color Cylindrical-coordinate representation of color #42320D: hue angle of 41.89º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42320D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB665013-
CMYK00.240.800.74
HSL41.89º67.09%15.49%-
HSV(B)41.89º80.3%25.88%-
XYZ3.463.470.87-
YUV50.57106.8139.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=51.16%
G=38.76%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66501300.240.800.7441.8967.0915.49
Hex4232D018504A2a43f
Octal10262150301201125210317
Binary100001011001011010110001010000100101010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,50,13); }

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

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

 a { background-color: rgb(66,50,13); }

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

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

 span { border-color: rgb(66,50,13); }

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