Html Css Color HEX #41361B Mikado

📋 copy color: '#41361B'

red 65 ◦ green 54 ◦ blue 27

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

Shades of Mikado #41361B

Tints of Mikado #41361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 44.52%
G = 36.99%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41361B (or 0x41361B) is known color: Mikado. HEX triplet: 41, 36 and 1B. RGB value is (65,54,27). Sum of RGB (Red+Green+Blue) = 65+54+27=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361B is #BEC9E4. Grayscale: #363636. Windows color (decimal): -12503525 or 1783361. OLE color: 1783361.

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

Color convert

RGB 65 54 27 -
CMYK 0 0.17 0.58 0.75
HSL 42.63º 0.41% 0.18% -
HSV(B) 42.63º 0.58% 0.25% -
XYZ 3.7 3.84 1.58 -
YUV 54.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 65 54 27 0 0.17 0.58 0.75 42.63 0.41 0.18
Hex 41 36 1B 0 11 3A 4B 2B 29 12
Octal 101 66 33 0 21 72 113 53 51 22
Binary 1000001 110110 11011 0 10001 111010 1001011 101011 101001 10010

Color Harmonies of #41361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41361B

Black with #41361B

Text Example


Text Example

White with #41361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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