Html Css Color HEX #412E11 Mikado

📋 copy color: '#412E11'

red 65 ◦ green 46 ◦ blue 17

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

Shades of Mikado #412E11

Tints of Mikado #412E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.28%

R = 50.78%
G = 35.94%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412E11 (or 0x412E11) is known color: Mikado. HEX triplet: 41, 2E and 11. RGB value is (65,46,17). Sum of RGB (Red+Green+Blue) = 65+46+17=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E11 is #BED1EE. Grayscale: #303030. Windows color (decimal): -12505583 or 1125953. OLE color: 1125953.

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

Color convert

RGB 65 46 17 -
CMYK 0 0.29 0.74 0.75
HSL 36.25º 0.59% 0.16% -
HSV(B) 36.25º 0.74% 0.25% -
XYZ 3.26 3.12 0.96 -
YUV 48.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 65 46 17 0 0.29 0.74 0.75 36.25 0.59 0.16
Hex 41 2E 11 0 1D 4A 4B 24 3B 10
Octal 101 56 21 0 35 112 113 44 73 20
Binary 1000001 101110 10001 0 11101 1001010 1001011 100100 111011 10000

Color Harmonies of #412E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E11

Black with #412E11

Text Example


Text Example

White with #412E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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