#412C08

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

Shades of Mikado #412C08

Tints of Mikado #412C08

Color information

#412C08 (or 0x412C08) is unknown color: approx Mikado. HEX triplet: 41, 2C and 08. RGB value is (65,44,8). Sum of RGB (Red+Green+Blue) = 65+44+8=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C08 is #BED3F7. Grayscale: #2E2E2E. Windows color (decimal): -12506104 or 535617. OLE color: 535617.

HSL color Cylindrical-coordinate representation of color #412C08: hue angle of 37.89º 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 #412C08 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB65448-
CMYK00.320.880.75
HSL37.89º78.08%14.31%-
HSV(B)37.89º87.69%25.49%-
XYZ3.122.940.63-
YUV46.18106.46141.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=55.56%
G=37.61%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544800.320.880.7537.8978.0814.31
Hex412C8020584B264ee
Octal10154100401301134611616
Binary1000001101100100001000001011000100101110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C08; }

 p { color: rgb(65,44,8); }

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

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

 a { background-color: rgb(65,44,8); }

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

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

 span { border-color: rgb(65,44,8); }

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