Html Css Color HEX #41371D Mikado

📋 copy color: '#41371D'

red 65 ◦ green 55 ◦ blue 29

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

Shades of Mikado #41371D

Tints of Mikado #41371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 43.62%
G = 36.91%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41371D (or 0x41371D) is known color: Mikado. HEX triplet: 41, 37 and 1D. RGB value is (65,55,29). Sum of RGB (Red+Green+Blue) = 65+55+29=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41371D is #BEC8E2. Grayscale: #373737. Windows color (decimal): -12503267 or 1914689. OLE color: 1914689.

HSL color Cylindrical-coordinate representation of color #41371D: hue angle of 43.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41371D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 29 -
CMYK 0 0.15 0.55 0.75
HSL 43.33º 0.38% 0.18% -
HSV(B) 43.33º 0.55% 0.25% -
XYZ 3.77 3.94 1.73 -
YUV 55.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 65 55 29 0 0.15 0.55 0.75 43.33 0.38 0.18
Hex 41 37 1D 0 F 37 4B 2B 26 12
Octal 101 67 35 0 17 67 113 53 46 22
Binary 1000001 110111 11101 0 1111 110111 1001011 101011 100110 10010

Color Harmonies of #41371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41371D

Black with #41371D

Text Example


Text Example

White with #41371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41371D; }

 p { color: rgb(65,55,29); }

 H1.HeaderClassName
 {
   color: #41371D;
 }
 .AnyTagClassName
 {
   color: #41371D;
 }
</style>

background-color css

<style>
 a { background-color: #41371D; }

 a { background-color: rgb(65,55,29); }

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

border-color css

<style>
 span { border-color: #41371D; }

 span { border-color: rgb(65,55,29); }

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