#403608

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

Shades of Mikado #403608

Tints of Mikado #403608

Color information

#403608 (or 0x403608) is unknown color: approx Mikado. HEX triplet: 40, 36 and 08. RGB value is (64,54,8). Sum of RGB (Red+Green+Blue) = 64+54+8=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403608 is #BFC9F7. Grayscale: #333333. Windows color (decimal): -12569080 or 538176. OLE color: 538176.

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

Color convert

RGB64548-
CMYK00.160.870.75
HSL49.29º77.78%14.12%-
HSV(B)49.29º87.5%25.1%-
XYZ3.483.750.77-
YUV51.75103.31136.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 54 (21.48% from 255) = 42.86%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=50.79%
G=42.86%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6454800.160.870.7549.2977.7814.12
Hex40368010574B314ee
Octal10066100201271136111616
Binary100000011011010000100001010111100101111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403608; }

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

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

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

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

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

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

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

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