Html Css Color HEX #413415 Mikado

📋 copy color: '#413415'

red 65 ◦ green 52 ◦ blue 21

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

Shades of Mikado #413415

Tints of Mikado #413415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 47.1%
G = 37.68%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#413415 (or 0x413415) is known color: Mikado. HEX triplet: 41, 34 and 15. RGB value is (65,52,21). Sum of RGB (Red+Green+Blue) = 65+52+21=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413415 is #BECBEA. Grayscale: #343434. Windows color (decimal): -12504043 or 1389633. OLE color: 1389633.

HSL color Cylindrical-coordinate representation of color #413415: hue angle of 42.27º 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 #413415 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 52 21 -
CMYK 0 0.20 0.68 0.75
HSL 42.27º 0.51% 0.17% -
HSV(B) 42.27º 0.68% 0.25% -
XYZ 3.54 3.63 1.22 -
YUV 52.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 65 52 21 0 0.20 0.68 0.75 42.27 0.51 0.17
Hex 41 34 15 0 14 44 4B 2A 33 11
Octal 101 64 25 0 24 104 113 52 63 21
Binary 1000001 110100 10101 0 10100 1000100 1001011 101010 110011 10001

Color Harmonies of #413415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413415

Black with #413415

Text Example


Text Example

White with #413415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413415; }

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

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

background-color css

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

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

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

border-color css

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

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

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