Html Css Color HEX #412F14 Mikado

📋 copy color: '#412F14'

red 65 ◦ green 47 ◦ blue 20

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

Shades of Mikado #412F14

Tints of Mikado #412F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 49.24%
G = 35.61%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412F14 (or 0x412F14) is known color: Mikado. HEX triplet: 41, 2F and 14. RGB value is (65,47,20). Sum of RGB (Red+Green+Blue) = 65+47+20=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F14 is #BED0EB. Grayscale: #313131. Windows color (decimal): -12505324 or 1322817. OLE color: 1322817.

HSL color Cylindrical-coordinate representation of color #412F14: hue angle of 36º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412F14 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 20 -
CMYK 0 0.28 0.69 0.75
HSL 36º 0.53% 0.17% -
HSV(B) 36º 0.69% 0.25% -
XYZ 3.32 3.21 1.11 -
YUV 49.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 65 47 20 0 0.28 0.69 0.75 36 0.53 0.17
Hex 41 2F 14 0 1C 45 4B 24 35 11
Octal 101 57 24 0 34 105 113 44 65 21
Binary 1000001 101111 10100 0 11100 1000101 1001011 100100 110101 10001

Color Harmonies of #412F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F14

Black with #412F14

Text Example


Text Example

White with #412F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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