#423408

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

Shades of Mikado #423408

Tints of Mikado #423408

Color information

#423408 (or 0x423408) is unknown color: approx Mikado. HEX triplet: 42, 34 and 08. RGB value is (66,52,8). Sum of RGB (Red+Green+Blue) = 66+52+8=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #423408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423408 is #BDCBF7. Grayscale: #333333. Windows color (decimal): -12438520 or 537666. OLE color: 537666.

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

Color convert

RGB66528-
CMYK00.210.880.74
HSL45.52º78.38%14.51%-
HSV(B)45.52º87.88%25.88%-
XYZ3.523.630.75-
YUV51.17103.64138.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=52.38%
G=41.27%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6652800.210.880.7445.5278.3814.51
Hex42348015584A2e4ef
Octal10264100251301125611617
Binary100001011010010000101011011000100101010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423408; }

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

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

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

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

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

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

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

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