#403400

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

Shades of Mikado #403400

Tints of Mikado #403400

Color information

#403400 (or 0x403400) is unknown color: approx Mikado. HEX triplet: 40, 34 and 00. RGB value is (64,52,0). Sum of RGB (Red+Green+Blue) = 64+52+0=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #403400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403400 is #BFCBFF. Grayscale: #313131. Windows color (decimal): -12569600 or 13376. OLE color: 13376.

HSL color Cylindrical-coordinate representation of color #403400: hue angle of 48.75º 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 #403400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64520-
CMYK00.1910.75
HSL48.75º100%12.55%-
HSV(B)48.75º100%25.1%-
XYZ3.343.550.51-
YUV49.6699.98138.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.17%
G=44.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452000.1910.7548.7510012.55
Hex40340013644B3164d
Octal1006400231441136114415
Binary100000011010000100111100100100101111000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403400; }

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

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

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

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

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

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

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

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