Html Css Color HEX #413609 Mikado

📋 copy color: '#413609'

red 65 ◦ green 54 ◦ blue 9

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

Shades of Mikado #413609

Tints of Mikado #413609

RGB

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

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

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

R = 50.78%
G = 42.19%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413609 (or 0x413609) is known color: Mikado. HEX triplet: 41, 36 and 09. RGB value is (65,54,9). Sum of RGB (Red+Green+Blue) = 65+54+9=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413609 is #BEC9F6. Grayscale: #343434. Windows color (decimal): -12503543 or 603713. OLE color: 603713.

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

Color convert

RGB 65 54 9 -
CMYK 0 0.17 0.86 0.75
HSL 48.21º 0.76% 0.15% -
HSV(B) 48.21º 0.86% 0.25% -
XYZ 3.55 3.78 0.8 -
YUV 52.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 65 54 9 0 0.17 0.86 0.75 48.21 0.76 0.15
Hex 41 36 9 0 11 56 4B 30 4C F
Octal 101 66 11 0 21 126 113 60 114 17
Binary 1000001 110110 1001 0 10001 1010110 1001011 110000 1001100 1111

Color Harmonies of #413609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413609

Black with #413609

Text Example


Text Example

White with #413609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413609; }

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

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

background-color css

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

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

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

border-color css

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

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

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