Html Css Color HEX #413209 Mikado

📋 copy color: '#413209'

red 65 ◦ green 50 ◦ blue 9

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

Shades of Mikado #413209

Tints of Mikado #413209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 52.42%
G = 40.32%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413209 (or 0x413209) is known color: Mikado. HEX triplet: 41, 32 and 09. RGB value is (65,50,9). Sum of RGB (Red+Green+Blue) = 65+50+9=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413209 is #BECDF6. Grayscale: #313131. Windows color (decimal): -12504567 or 602689. OLE color: 602689.

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

Color convert

RGB 65 50 9 -
CMYK 0 0.23 0.86 0.75
HSL 43.93º 0.76% 0.15% -
HSV(B) 43.93º 0.86% 0.25% -
XYZ 3.37 3.42 0.74 -
YUV 49.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 65 50 9 0 0.23 0.86 0.75 43.93 0.76 0.15
Hex 41 32 9 0 17 56 4B 2C 4C F
Octal 101 62 11 0 27 126 113 54 114 17
Binary 1000001 110010 1001 0 10111 1010110 1001011 101100 1001100 1111

Color Harmonies of #413209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413209

Black with #413209

Text Example


Text Example

White with #413209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413209; }

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

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

background-color css

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

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

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

border-color css

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

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

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