#403200

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

Shades of Mikado #403200

Tints of Mikado #403200

Color information

#403200 (or 0x403200) is unknown color: approx Mikado. HEX triplet: 40, 32 and 00. RGB value is (64,50,0). Sum of RGB (Red+Green+Blue) = 64+50+0=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #403200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403200 is #BFCDFF. Grayscale: #303030. Windows color (decimal): -12570112 or 12864. OLE color: 12864.

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

Color convert

RGB64500-
CMYK00.2210.75
HSL46.87º100%12.55%-
HSV(B)46.87º100%25.1%-
XYZ3.253.370.48-
YUV48.49100.64139.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.14%
G=43.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6450000.2210.7546.8710012.55
Hex40320016644B2f64d
Octal1006200261441135714415
Binary100000011001000101101100100100101110111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403200; }

 p { color: rgb(64,50,0); }

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

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

 a { background-color: rgb(64,50,0); }

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

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

 span { border-color: rgb(64,50,0); }

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