#423507

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

Shades of Mikado #423507

Tints of Mikado #423507

Color information

#423507 (or 0x423507) is unknown color: approx Mikado. HEX triplet: 42, 35 and 07. RGB value is (66,53,7). Sum of RGB (Red+Green+Blue) = 66+53+7=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #423507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423507 is #BDCAF8. Grayscale: #333333. Windows color (decimal): -12438265 or 472386. OLE color: 472386.

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

Color convert

RGB66537-
CMYK00.200.890.74
HSL46.78º80.82%14.31%-
HSV(B)46.78º89.39%25.88%-
XYZ3.563.720.73-
YUV51.64102.81138.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=52.38%
G=42.06%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6653700.200.890.7446.7880.8214.31
Hex42357014594A2f51e
Octal1026570241311125712116
Binary10000101101011110101001011001100101010111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423507; }

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

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

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

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

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

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

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

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