Html Css Color HEX #41340E Mikado

📋 copy color: '#41340E'

red 65 ◦ green 52 ◦ blue 14

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

Shades of Mikado #41340E

Tints of Mikado #41340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

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

R = 49.62%
G = 39.69%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41340E (or 0x41340E) is known color: Mikado. HEX triplet: 41, 34 and 0E. RGB value is (65,52,14). Sum of RGB (Red+Green+Blue) = 65+52+14=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41340E is #BECBF1. Grayscale: #333333. Windows color (decimal): -12504050 or 930881. OLE color: 930881.

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

Color convert

RGB 65 52 14 -
CMYK 0 0.20 0.78 0.75
HSL 44.71º 0.65% 0.15% -
HSV(B) 44.71º 0.78% 0.25% -
XYZ 3.49 3.61 0.93 -
YUV 51.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 65 52 14 0 0.20 0.78 0.75 44.71 0.65 0.15
Hex 41 34 E 0 14 4E 4B 2D 41 F
Octal 101 64 16 0 24 116 113 55 101 17
Binary 1000001 110100 1110 0 10100 1001110 1001011 101101 1000001 1111

Color Harmonies of #41340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41340E

Black with #41340E

Text Example


Text Example

White with #41340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41340E; }

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

 H1.HeaderClassName
 {
   color: #41340E;
 }
 .AnyTagClassName
 {
   color: #41340E;
 }
</style>

background-color css

<style>
 a { background-color: #41340E; }

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

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

border-color css

<style>
 span { border-color: #41340E; }

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

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