Html Css Color HEX #412E0E Mikado

📋 copy color: '#412E0E'

red 65 ◦ green 46 ◦ blue 14

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

Shades of Mikado #412E0E

Tints of Mikado #412E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 52%
G = 36.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#412E0E (or 0x412E0E) is known color: Mikado. HEX triplet: 41, 2E and 0E. RGB value is (65,46,14). Sum of RGB (Red+Green+Blue) = 65+46+14=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E0E is #BED1F1. Grayscale: #303030. Windows color (decimal): -12505586 or 929345. OLE color: 929345.

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

Color convert

RGB 65 46 14 -
CMYK 0 0.29 0.78 0.75
HSL 37.65º 0.65% 0.15% -
HSV(B) 37.65º 0.78% 0.25% -
XYZ 3.24 3.11 0.85 -
YUV 48.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 65 46 14 0 0.29 0.78 0.75 37.65 0.65 0.15
Hex 41 2E E 0 1D 4E 4B 26 41 F
Octal 101 56 16 0 35 116 113 46 101 17
Binary 1000001 101110 1110 0 11101 1001110 1001011 100110 1000001 1111

Color Harmonies of #412E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E0E

Black with #412E0E

Text Example


Text Example

White with #412E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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