#423307

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

Shades of Mikado #423307

Tints of Mikado #423307

Color information

#423307 (or 0x423307) is unknown color: approx Mikado. HEX triplet: 42, 33 and 07. RGB value is (66,51,7). Sum of RGB (Red+Green+Blue) = 66+51+7=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #423307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423307 is #BDCCF8. Grayscale: #323232. Windows color (decimal): -12438777 or 471874. OLE color: 471874.

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

Color convert

RGB66517-
CMYK00.230.890.74
HSL44.75º80.82%14.31%-
HSV(B)44.75º89.39%25.88%-
XYZ3.473.540.7-
YUV50.47103.47139.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=53.23%
G=41.13%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6651700.230.890.7444.7580.8214.31
Hex42337017594A2d51e
Octal1026370271311125512116
Binary10000101100111110101111011001100101010110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423307; }

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

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

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

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

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

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

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

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