Html Css Color HEX #41341E Mikado

📋 copy color: '#41341E'

red 65 ◦ green 52 ◦ blue 30

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

Shades of Mikado #41341E

Tints of Mikado #41341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 44.22%
G = 35.37%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41341E (or 0x41341E) is known color: Mikado. HEX triplet: 41, 34 and 1E. RGB value is (65,52,30). Sum of RGB (Red+Green+Blue) = 65+52+30=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341E is #BECBE1. Grayscale: #353535. Windows color (decimal): -12504034 or 1979457. OLE color: 1979457.

HSL color Cylindrical-coordinate representation of color #41341E: hue angle of 37.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41341E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 52 30 -
CMYK 0 0.20 0.54 0.75
HSL 37.71º 0.37% 0.19% -
HSV(B) 37.71º 0.54% 0.25% -
XYZ 3.64 3.67 1.75 -
YUV 53.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 65 52 30 0 0.20 0.54 0.75 37.71 0.37 0.19
Hex 41 34 1E 0 14 36 4B 26 25 13
Octal 101 64 36 0 24 66 113 46 45 23
Binary 1000001 110100 11110 0 10100 110110 1001011 100110 100101 10011

Color Harmonies of #41341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41341E

Black with #41341E

Text Example


Text Example

White with #41341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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