Html Css Color HEX #413611 Mikado

📋 copy color: '#413611'

red 65 ◦ green 54 ◦ blue 17

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

Shades of Mikado #413611

Tints of Mikado #413611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 47.79%
G = 39.71%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413611 (or 0x413611) is known color: Mikado. HEX triplet: 41, 36 and 11. RGB value is (65,54,17). Sum of RGB (Red+Green+Blue) = 65+54+17=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413611 is #BEC9EE. Grayscale: #353535. Windows color (decimal): -12503535 or 1128001. OLE color: 1128001.

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

Color convert

RGB 65 54 17 -
CMYK 0 0.17 0.74 0.75
HSL 46.25º 0.59% 0.16% -
HSV(B) 46.25º 0.74% 0.25% -
XYZ 3.6 3.8 1.07 -
YUV 53.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 65 54 17 0 0.17 0.74 0.75 46.25 0.59 0.16
Hex 41 36 11 0 11 4A 4B 2E 3B 10
Octal 101 66 21 0 21 112 113 56 73 20
Binary 1000001 110110 10001 0 10001 1001010 1001011 101110 111011 10000

Color Harmonies of #413611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413611

Black with #413611

Text Example


Text Example

White with #413611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413611; }

 p { color: rgb(65,54,17); }

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

background-color css

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

 a { background-color: rgb(65,54,17); }

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

border-color css

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

 span { border-color: rgb(65,54,17); }

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