#403500

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

Shades of Mikado #403500

Tints of Mikado #403500

Color information

#403500 (or 0x403500) is unknown color: approx Mikado. HEX triplet: 40, 35 and 00. RGB value is (64,53,0). Sum of RGB (Red+Green+Blue) = 64+53+0=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403500 is #BFCAFF. Grayscale: #323232. Windows color (decimal): -12569344 or 13632. OLE color: 13632.

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

Color convert

RGB64530-
CMYK00.1710.75
HSL49.69º100%12.55%-
HSV(B)49.69º100%25.1%-
XYZ3.393.640.52-
YUV50.2599.64137.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.70%
G=45.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453000.1710.7549.6910012.55
Hex40350011644B3264d
Octal1006500211441136214415
Binary100000011010100100011100100100101111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403500; }

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

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

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

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

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

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

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

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