Html Css Color HEX #412C09 Mikado

📋 copy color: '#412C09'

red 65 ◦ green 44 ◦ blue 9

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

Shades of Mikado #412C09

Tints of Mikado #412C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.29%

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

R = 55.08%
G = 37.29%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412C09 (or 0x412C09) is known color: Mikado. HEX triplet: 41, 2C and 09. RGB value is (65,44,9). Sum of RGB (Red+Green+Blue) = 65+44+9=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C09 is #BED3F6. Grayscale: #2E2E2E. Windows color (decimal): -12506103 or 601153. OLE color: 601153.

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

Color convert

RGB 65 44 9 -
CMYK 0 0.32 0.86 0.75
HSL 37.5º 0.76% 0.15% -
HSV(B) 37.5º 0.86% 0.25% -
XYZ 3.13 2.94 0.66 -
YUV 46.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 65 44 9 0 0.32 0.86 0.75 37.5 0.76 0.15
Hex 41 2C 9 0 20 56 4B 26 4C F
Octal 101 54 11 0 40 126 113 46 114 17
Binary 1000001 101100 1001 0 100000 1010110 1001011 100110 1001100 1111

Color Harmonies of #412C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C09

Black with #412C09

Text Example


Text Example

White with #412C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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