#423514

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

Shades of Mikado #423514

Tints of Mikado #423514

Color information

#423514 (or 0x423514) is unknown color: approx Mikado. HEX triplet: 42, 35 and 14. RGB value is (66,53,20). Sum of RGB (Red+Green+Blue) = 66+53+20=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #423514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423514 is #BDCAEB. Grayscale: #353535. Windows color (decimal): -12438252 or 1324354. OLE color: 1324354.

HSL color Cylindrical-coordinate representation of color #423514: hue angle of 43.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423514 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB665320-
CMYK00.200.700.74
HSL43.04º53.49%16.86%-
HSV(B)43.04º69.7%25.88%-
XYZ3.653.751.19-
YUV53.12109.31137.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=47.48%
G=38.13%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66532000.200.700.7443.0453.4916.86
Hex423514014464A2b3511
Octal1026524024106112536521
Binary1000010110101101000101001000110100101010101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423514; }

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

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

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

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

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

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

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

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