#413400

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

Shades of Mikado #413400

Tints of Mikado #413400

Color information

#413400 (or 0x413400) is unknown color: approx Mikado. HEX triplet: 41, 34 and 00. RGB value is (65,52,0). Sum of RGB (Red+Green+Blue) = 65+52+0=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #413400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413400 is #BECBFF. Grayscale: #323232. Windows color (decimal): -12504064 or 13377. OLE color: 13377.

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

Color convert

RGB65520-
CMYK00.2010.75
HSL48º100%12.75%-
HSV(B)48º100%25.49%-
XYZ3.413.580.51-
YUV49.9699.81138.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6552000.2010.754810012.75
Hex41340014644B3064d
Octal1016400241441136014415
Binary100000111010000101001100100100101111000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413400; }

 p { color: rgb(65,52,0); }

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

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

 a { background-color: rgb(65,52,0); }

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

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

 span { border-color: rgb(65,52,0); }

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