#413522

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

Shades of Mikado #413522

Tints of Mikado #413522

Color information

#413522 (or 0x413522) is unknown color: approx Mikado. HEX triplet: 41, 35 and 22. RGB value is (65,53,34). Sum of RGB (Red+Green+Blue) = 65+53+34=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413522 is #BECADD. Grayscale: #363636. Windows color (decimal): -12503774 or 2241857. OLE color: 2241857.

HSL color Cylindrical-coordinate representation of color #413522: hue angle of 36.77º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413522 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB655334-
CMYK00.180.480.75
HSL36.77º31.31%19.41%-
HSV(B)36.77º47.69%25.49%-
XYZ3.743.792.05-
YUV54.42116.48135.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=42.76%
G=34.87%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65533400.180.480.7536.7731.3119.41
Hex413522012304B251f13
Octal101654202260113453723
Binary100000111010110001001001011000010010111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413522; }

 p { color: rgb(65,53,34); }

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

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

 a { background-color: rgb(65,53,34); }

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

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

 span { border-color: rgb(65,53,34); }

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