#403422

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

Shades of Mikado #403422

Tints of Mikado #403422

Color information

#403422 (or 0x403422) is unknown color: approx Mikado. HEX triplet: 40, 34 and 22. RGB value is (64,52,34). Sum of RGB (Red+Green+Blue) = 64+52+34=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403422 is #BFCBDD. Grayscale: #353535. Windows color (decimal): -12569566 or 2241600. OLE color: 2241600.

HSL color Cylindrical-coordinate representation of color #403422: hue angle of 36º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403422 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB645234-
CMYK00.190.470.75
HSL36º30.61%19.22%-
HSV(B)36º46.88%25.1%-
XYZ3.633.662.03-
YUV53.54116.98135.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=42.67%
G=34.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64523400.190.470.753630.6119.22
Hex4034220132F4B241f13
Octal100644202357113443723
Binary100000011010010001001001110111110010111001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403422; }

 p { color: rgb(64,52,34); }

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

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

 a { background-color: rgb(64,52,34); }

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

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

 span { border-color: rgb(64,52,34); }

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