Html Css Color HEX #41361C Mikado

📋 copy color: '#41361C'

red 65 ◦ green 54 ◦ blue 28

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

Shades of Mikado #41361C

Tints of Mikado #41361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

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

R = 44.22%
G = 36.73%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41361C (or 0x41361C) is known color: Mikado. HEX triplet: 41, 36 and 1C. RGB value is (65,54,28). Sum of RGB (Red+Green+Blue) = 65+54+28=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361C is #BEC9E3. Grayscale: #363636. Windows color (decimal): -12503524 or 1848897. OLE color: 1848897.

HSL color Cylindrical-coordinate representation of color #41361C: hue angle of 42.16º 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 #41361C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 28 -
CMYK 0 0.17 0.57 0.75
HSL 42.16º 0.4% 0.18% -
HSV(B) 42.16º 0.57% 0.25% -
XYZ 3.71 3.85 1.65 -
YUV 54.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 65 54 28 0 0.17 0.57 0.75 42.16 0.4 0.18
Hex 41 36 1C 0 11 39 4B 2A 28 12
Octal 101 66 34 0 21 71 113 52 50 22
Binary 1000001 110110 11100 0 10001 111001 1001011 101010 101000 10010

Color Harmonies of #41361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41361C

Black with #41361C

Text Example


Text Example

White with #41361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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