Html Css Color HEX #41361A Mikado

📋 copy color: '#41361A'

red 65 ◦ green 54 ◦ blue 26

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

Shades of Mikado #41361A

Tints of Mikado #41361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 44.83%
G = 37.24%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41361A (or 0x41361A) is known color: Mikado. HEX triplet: 41, 36 and 1A. RGB value is (65,54,26). Sum of RGB (Red+Green+Blue) = 65+54+26=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361A is #BEC9E5. Grayscale: #363636. Windows color (decimal): -12503526 or 1717825. OLE color: 1717825.

HSL color Cylindrical-coordinate representation of color #41361A: hue angle of 43.08º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41361A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 26 -
CMYK 0 0.17 0.60 0.75
HSL 43.08º 0.43% 0.18% -
HSV(B) 43.08º 0.6% 0.25% -
XYZ 3.69 3.84 1.52 -
YUV 54.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 65 54 26 0 0.17 0.60 0.75 43.08 0.43 0.18
Hex 41 36 1A 0 11 3C 4B 2B 2B 12
Octal 101 66 32 0 21 74 113 53 53 22
Binary 1000001 110110 11010 0 10001 111100 1001011 101011 101011 10010

Color Harmonies of #41361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41361A

Black with #41361A

Text Example


Text Example

White with #41361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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