Html Css Color HEX #413711 Mikado

📋 copy color: '#413711'

red 65 ◦ green 55 ◦ blue 17

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

Shades of Mikado #413711

Tints of Mikado #413711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 47.45%
G = 40.15%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413711 (or 0x413711) is known color: Mikado. HEX triplet: 41, 37 and 11. RGB value is (65,55,17). Sum of RGB (Red+Green+Blue) = 65+55+17=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413711 is #BEC8EE. Grayscale: #353535. Windows color (decimal): -12503279 or 1128257. OLE color: 1128257.

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

Color convert

RGB 65 55 17 -
CMYK 0 0.15 0.74 0.75
HSL 47.5º 0.59% 0.16% -
HSV(B) 47.5º 0.74% 0.25% -
XYZ 3.65 3.9 1.09 -
YUV 53.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 65 55 17 0 0.15 0.74 0.75 47.5 0.59 0.16
Hex 41 37 11 0 F 4A 4B 30 3B 10
Octal 101 67 21 0 17 112 113 60 73 20
Binary 1000001 110111 10001 0 1111 1001010 1001011 110000 111011 10000

Color Harmonies of #413711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413711

Black with #413711

Text Example


Text Example

White with #413711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413711; }

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

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

background-color css

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

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

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

border-color css

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

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

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