Html Css Color HEX #412D09 Mikado

📋 copy color: '#412D09'

red 65 ◦ green 45 ◦ blue 9

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

Shades of Mikado #412D09

Tints of Mikado #412D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.82%

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

R = 54.62%
G = 37.82%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412D09 (or 0x412D09) is known color: Mikado. HEX triplet: 41, 2D and 09. RGB value is (65,45,9). Sum of RGB (Red+Green+Blue) = 65+45+9=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D09 is #BED2F6. Grayscale: #2F2F2F. Windows color (decimal): -12505847 or 601409. OLE color: 601409.

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

Color convert

RGB 65 45 9 -
CMYK 0 0.31 0.86 0.75
HSL 38.57º 0.76% 0.15% -
HSV(B) 38.57º 0.86% 0.25% -
XYZ 3.17 3.02 0.67 -
YUV 46.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 65 45 9 0 0.31 0.86 0.75 38.57 0.76 0.15
Hex 41 2D 9 0 1F 56 4B 27 4C F
Octal 101 55 11 0 37 126 113 47 114 17
Binary 1000001 101101 1001 0 11111 1010110 1001011 100111 1001100 1111

Color Harmonies of #412D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D09

Black with #412D09

Text Example


Text Example

White with #412D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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