Html Css Color HEX #413517 Mikado

📋 copy color: '#413517'

red 65 ◦ green 53 ◦ blue 23

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

Shades of Mikado #413517

Tints of Mikado #413517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.31%

R = 46.1%
G = 37.59%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#413517 (or 0x413517) is known color: Mikado. HEX triplet: 41, 35 and 17. RGB value is (65,53,23). Sum of RGB (Red+Green+Blue) = 65+53+23=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413517 is #BECAE8. Grayscale: #353535. Windows color (decimal): -12503785 or 1520961. OLE color: 1520961.

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

Color convert

RGB 65 53 23 -
CMYK 0 0.18 0.65 0.75
HSL 42.86º 0.48% 0.17% -
HSV(B) 42.86º 0.65% 0.25% -
XYZ 3.61 3.73 1.34 -
YUV 53.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 65 53 23 0 0.18 0.65 0.75 42.86 0.48 0.17
Hex 41 35 17 0 12 41 4B 2B 30 11
Octal 101 65 27 0 22 101 113 53 60 21
Binary 1000001 110101 10111 0 10010 1000001 1001011 101011 110000 10001

Color Harmonies of #413517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413517

Black with #413517

Text Example


Text Example

White with #413517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413517; }

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

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

background-color css

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

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

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

border-color css

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

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

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