#40330F

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

Shades of Mikado #40330F

Tints of Mikado #40330F

Color information

#40330F (or 0x40330F) is unknown color: approx Mikado. HEX triplet: 40, 33 and 0F. RGB value is (64,51,15). Sum of RGB (Red+Green+Blue) = 64+51+15=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40330F is #BFCCF0. Grayscale: #323232. Windows color (decimal): -12569841 or 996160. OLE color: 996160.

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

Color convert

RGB645115-
CMYK00.200.770.75
HSL44.08º62.03%15.49%-
HSV(B)44.08º76.56%25.1%-
XYZ3.383.490.95-
YUV50.78107.81137.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=49.23%
G=39.23%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64511500.200.770.7544.0862.0315.49
Hex4033F0144D4B2c3ef
Octal1006317024115113547617
Binary10000001100111111010100100110110010111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40330F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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