Html Css Color HEX #412D0E Mikado

📋 copy color: '#412D0E'

red 65 ◦ green 45 ◦ blue 14

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

Shades of Mikado #412D0E

Tints of Mikado #412D0E

RGB

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

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

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

R = 52.42%
G = 36.29%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#412D0E (or 0x412D0E) is known color: Mikado. HEX triplet: 41, 2D and 0E. RGB value is (65,45,14). Sum of RGB (Red+Green+Blue) = 65+45+14=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D0E is #BED2F1. Grayscale: #2F2F2F. Windows color (decimal): -12505842 or 929089. OLE color: 929089.

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

Color convert

RGB 65 45 14 -
CMYK 0 0.31 0.78 0.75
HSL 36.47º 0.65% 0.15% -
HSV(B) 36.47º 0.78% 0.25% -
XYZ 3.2 3.03 0.83 -
YUV 47.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 65 45 14 0 0.31 0.78 0.75 36.47 0.65 0.15
Hex 41 2D E 0 1F 4E 4B 24 41 F
Octal 101 55 16 0 37 116 113 44 101 17
Binary 1000001 101101 1110 0 11111 1001110 1001011 100100 1000001 1111

Color Harmonies of #412D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D0E

Black with #412D0E

Text Example


Text Example

White with #412D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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