Html Css Color HEX #413315 Mikado

📋 copy color: '#413315'

red 65 ◦ green 51 ◦ blue 21

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

Shades of Mikado #413315

Tints of Mikado #413315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 47.45%
G = 37.23%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#413315 (or 0x413315) is known color: Mikado. HEX triplet: 41, 33 and 15. RGB value is (65,51,21). Sum of RGB (Red+Green+Blue) = 65+51+21=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413315 is #BECCEA. Grayscale: #333333. Windows color (decimal): -12504299 or 1389377. OLE color: 1389377.

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

Color convert

RGB 65 51 21 -
CMYK 0 0.22 0.68 0.75
HSL 40.91º 0.51% 0.17% -
HSV(B) 40.91º 0.68% 0.25% -
XYZ 3.5 3.55 1.21 -
YUV 51.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 65 51 21 0 0.22 0.68 0.75 40.91 0.51 0.17
Hex 41 33 15 0 16 44 4B 29 33 11
Octal 101 63 25 0 26 104 113 51 63 21
Binary 1000001 110011 10101 0 10110 1000100 1001011 101001 110011 10001

Color Harmonies of #413315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413315

Black with #413315

Text Example


Text Example

White with #413315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413315; }

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

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

background-color css

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

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

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

border-color css

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

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

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