#403308

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

Shades of Mikado #403308

Tints of Mikado #403308

Color information

#403308 (or 0x403308) is unknown color: approx Mikado. HEX triplet: 40, 33 and 08. RGB value is (64,51,8). Sum of RGB (Red+Green+Blue) = 64+51+8=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403308 is #BFCCF7. Grayscale: #323232. Windows color (decimal): -12569848 or 537408. OLE color: 537408.

HSL color Cylindrical-coordinate representation of color #403308: hue angle of 46.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #403308 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB64518-
CMYK00.200.870.75
HSL46.07º77.78%14.12%-
HSV(B)46.07º87.5%25.1%-
XYZ3.343.480.72-
YUV49.98104.31138-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=52.03%
G=41.46%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6451800.200.870.7546.0777.7814.12
Hex40338014574B2e4ee
Octal10063100241271135611616
Binary100000011001110000101001010111100101110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403308; }

 p { color: rgb(64,51,8); }

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

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

 a { background-color: rgb(64,51,8); }

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

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

 span { border-color: rgb(64,51,8); }

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