Html Css Color HEX #413309 Mikado

📋 copy color: '#413309'

red 65 ◦ green 51 ◦ blue 9

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

Shades of Mikado #413309

Tints of Mikado #413309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

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

R = 52%
G = 40.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413309 (or 0x413309) is known color: Mikado. HEX triplet: 41, 33 and 09. RGB value is (65,51,9). Sum of RGB (Red+Green+Blue) = 65+51+9=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413309 is #BECCF6. Grayscale: #323232. Windows color (decimal): -12504311 or 602945. OLE color: 602945.

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

Color convert

RGB 65 51 9 -
CMYK 0 0.22 0.86 0.75
HSL 45º 0.76% 0.15% -
HSV(B) 45º 0.86% 0.25% -
XYZ 3.41 3.51 0.76 -
YUV 50.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 65 51 9 0 0.22 0.86 0.75 45 0.76 0.15
Hex 41 33 9 0 16 56 4B 2D 4C F
Octal 101 63 11 0 26 126 113 55 114 17
Binary 1000001 110011 1001 0 10110 1010110 1001011 101101 1001100 1111

Color Harmonies of #413309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413309

Black with #413309

Text Example


Text Example

White with #413309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413309; }

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

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

background-color css

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

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

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

border-color css

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

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

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