Html Css Color HEX #413509 Mikado

📋 copy color: '#413509'

red 65 ◦ green 53 ◦ blue 9

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

Shades of Mikado #413509

Tints of Mikado #413509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.09%

R = 51.18%
G = 41.73%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413509 (or 0x413509) is known color: Mikado. HEX triplet: 41, 35 and 09. RGB value is (65,53,9). Sum of RGB (Red+Green+Blue) = 65+53+9=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413509 is #BECAF6. Grayscale: #333333. Windows color (decimal): -12503799 or 603457. OLE color: 603457.

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

Color convert

RGB 65 53 9 -
CMYK 0 0.18 0.86 0.75
HSL 47.14º 0.76% 0.15% -
HSV(B) 47.14º 0.86% 0.25% -
XYZ 3.5 3.69 0.79 -
YUV 51.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 65 53 9 0 0.18 0.86 0.75 47.14 0.76 0.15
Hex 41 35 9 0 12 56 4B 2F 4C F
Octal 101 65 11 0 22 126 113 57 114 17
Binary 1000001 110101 1001 0 10010 1010110 1001011 101111 1001100 1111

Color Harmonies of #413509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413509

Black with #413509

Text Example


Text Example

White with #413509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413509; }

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

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

background-color css

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

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

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

border-color css

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

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

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