#423508

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

Shades of Mikado #423508

Tints of Mikado #423508

Color information

#423508 (or 0x423508) is unknown color: approx Mikado. HEX triplet: 42, 35 and 08. RGB value is (66,53,8). Sum of RGB (Red+Green+Blue) = 66+53+8=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #423508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423508 is #BDCAF7. Grayscale: #333333. Windows color (decimal): -12438264 or 537922. OLE color: 537922.

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

Color convert

RGB66538-
CMYK00.200.880.74
HSL46.55º78.38%14.51%-
HSV(B)46.55º87.88%25.88%-
XYZ3.563.720.76-
YUV51.76103.31138.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=51.97%
G=41.73%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6653800.200.880.7446.5578.3814.51
Hex42358014584A2f4ef
Octal10265100241301125711617
Binary100001011010110000101001011000100101010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423508; }

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

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

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

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

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

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

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

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