Html Css Color HEX #41341C Mikado

📋 copy color: '#41341C'

red 65 ◦ green 52 ◦ blue 28

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

Shades of Mikado #41341C

Tints of Mikado #41341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 44.83%
G = 35.86%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41341C (or 0x41341C) is known color: Mikado. HEX triplet: 41, 34 and 1C. RGB value is (65,52,28). Sum of RGB (Red+Green+Blue) = 65+52+28=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341C is #BECBE3. Grayscale: #353535. Windows color (decimal): -12504036 or 1848385. OLE color: 1848385.

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

Color convert

RGB 65 52 28 -
CMYK 0 0.20 0.57 0.75
HSL 38.92º 0.4% 0.18% -
HSV(B) 38.92º 0.57% 0.25% -
XYZ 3.62 3.66 1.62 -
YUV 53.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 65 52 28 0 0.20 0.57 0.75 38.92 0.4 0.18
Hex 41 34 1C 0 14 39 4B 27 28 12
Octal 101 64 34 0 24 71 113 47 50 22
Binary 1000001 110100 11100 0 10100 111001 1001011 100111 101000 10010

Color Harmonies of #41341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41341C

Black with #41341C

Text Example


Text Example

White with #41341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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