Html Css Color HEX #412F0E Mikado

📋 copy color: '#412F0E'

red 65 ◦ green 47 ◦ blue 14

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

Shades of Mikado #412F0E

Tints of Mikado #412F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.3%

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

R = 51.59%
G = 37.3%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#412F0E (or 0x412F0E) is known color: Mikado. HEX triplet: 41, 2F and 0E. RGB value is (65,47,14). Sum of RGB (Red+Green+Blue) = 65+47+14=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F0E is #BED0F1. Grayscale: #303030. Windows color (decimal): -12505330 or 929601. OLE color: 929601.

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

Color convert

RGB 65 47 14 -
CMYK 0 0.28 0.78 0.75
HSL 38.82º 0.65% 0.15% -
HSV(B) 38.82º 0.78% 0.25% -
XYZ 3.28 3.19 0.86 -
YUV 48.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 65 47 14 0 0.28 0.78 0.75 38.82 0.65 0.15
Hex 41 2F E 0 1C 4E 4B 27 41 F
Octal 101 57 16 0 34 116 113 47 101 17
Binary 1000001 101111 1110 0 11100 1001110 1001011 100111 1000001 1111

Color Harmonies of #412F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F0E

Black with #412F0E

Text Example


Text Example

White with #412F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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