#40330E

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

Shades of Mikado #40330E

Tints of Mikado #40330E

Color information

#40330E (or 0x40330E) is unknown color: approx Mikado. HEX triplet: 40, 33 and 0E. RGB value is (64,51,14). Sum of RGB (Red+Green+Blue) = 64+51+14=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40330E is #BFCCF1. Grayscale: #323232. Windows color (decimal): -12569842 or 930624. OLE color: 930624.

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

Color convert

RGB645114-
CMYK00.200.780.75
HSL44.4º64.1%15.29%-
HSV(B)44.4º78.12%25.1%-
XYZ3.383.490.91-
YUV50.67107.31137.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=49.61%
G=39.53%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64511400.200.780.7544.464.115.29
Hex4033E0144E4B2c40f
Octal10063160241161135410017
Binary100000011001111100101001001110100101110110010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40330E; }

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

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

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

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

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

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

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

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