Html Css Color HEX #412E10 Mikado

📋 copy color: '#412E10'

red 65 ◦ green 46 ◦ blue 16

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

Shades of Mikado #412E10

Tints of Mikado #412E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.22%

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 51.18%
G = 36.22%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#412E10 (or 0x412E10) is known color: Mikado. HEX triplet: 41, 2E and 10. RGB value is (65,46,16). Sum of RGB (Red+Green+Blue) = 65+46+16=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E10 is #BED1EF. Grayscale: #303030. Windows color (decimal): -12505584 or 1060417. OLE color: 1060417.

HSL color Cylindrical-coordinate representation of color #412E10: hue angle of 36.73º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412E10 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 46 16 -
CMYK 0 0.29 0.75 0.75
HSL 36.73º 0.6% 0.16% -
HSV(B) 36.73º 0.75% 0.25% -
XYZ 3.25 3.12 0.92 -
YUV 48.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 65 46 16 0 0.29 0.75 0.75 36.73 0.6 0.16
Hex 41 2E 10 0 1D 4B 4B 25 3C 10
Octal 101 56 20 0 35 113 113 45 74 20
Binary 1000001 101110 10000 0 11101 1001011 1001011 100101 111100 10000

Color Harmonies of #412E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E10

Black with #412E10

Text Example


Text Example

White with #412E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,16); }

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

background-color css

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

 a { background-color: rgb(65,46,16); }

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

border-color css

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

 span { border-color: rgb(65,46,16); }

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