#423407

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

Shades of Mikado #423407

Tints of Mikado #423407

Color information

#423407 (or 0x423407) is unknown color: approx Mikado. HEX triplet: 42, 34 and 07. RGB value is (66,52,7). Sum of RGB (Red+Green+Blue) = 66+52+7=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #423407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423407 is #BDCBF8. Grayscale: #333333. Windows color (decimal): -12438521 or 472130. OLE color: 472130.

HSL color Cylindrical-coordinate representation of color #423407: hue angle of 45.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #423407 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB66527-
CMYK00.210.890.74
HSL45.76º80.82%14.31%-
HSV(B)45.76º89.39%25.88%-
XYZ3.513.630.72-
YUV51.06103.14138.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=52.8%
G=41.6%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6652700.210.890.7445.7680.8214.31
Hex42347015594A2e51e
Octal1026470251311125612116
Binary10000101101001110101011011001100101010111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423407; }

 p { color: rgb(66,52,7); }

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

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

 a { background-color: rgb(66,52,7); }

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

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

 span { border-color: rgb(66,52,7); }

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