Html Css Color HEX #413515 Mikado

📋 copy color: '#413515'

red 65 ◦ green 53 ◦ blue 21

#413515
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #413515

Tints of Mikado #413515

RGB

 RED value IS 65 (25.78% from 255) = 46.76%

 GREEN value IS 53 (21.09% from 255) = 38.13%

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 46.76%
G = 38.13%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#413515 (or 0x413515) is known color: Mikado. HEX triplet: 41, 35 and 15. RGB value is (65,53,21). Sum of RGB (Red+Green+Blue) = 65+53+21=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413515 is #BECAEA. Grayscale: #353535. Windows color (decimal): -12503787 or 1389889. OLE color: 1389889.

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

Color convert

RGB 65 53 21 -
CMYK 0 0.18 0.68 0.75
HSL 43.64º 0.51% 0.17% -
HSV(B) 43.64º 0.68% 0.25% -
XYZ 3.59 3.72 1.24 -
YUV 52.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 65 53 21 0 0.18 0.68 0.75 43.64 0.51 0.17
Hex 41 35 15 0 12 44 4B 2C 33 11
Octal 101 65 25 0 22 104 113 54 63 21
Binary 1000001 110101 10101 0 10010 1000100 1001011 101100 110011 10001

Color Harmonies of #413515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413515

Black with #413515

Text Example


Text Example

White with #413515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413515; }

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

 H1.HeaderClassName
 {
   color: #413515;
 }
 .AnyTagClassName
 {
   color: #413515;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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