Html Css Color HEX #41371F Mikado

📋 copy color: '#41371F'

red 65 ◦ green 55 ◦ blue 31

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

Shades of Mikado #41371F

Tints of Mikado #41371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 43.05%
G = 36.42%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41371F (or 0x41371F) is known color: Mikado. HEX triplet: 41, 37 and 1F. RGB value is (65,55,31). Sum of RGB (Red+Green+Blue) = 65+55+31=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #41371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41371F is #BEC8E0. Grayscale: #373737. Windows color (decimal): -12503265 or 2045761. OLE color: 2045761.

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

Color convert

RGB 65 55 31 -
CMYK 0 0.15 0.52 0.75
HSL 42.35º 0.35% 0.19% -
HSV(B) 42.35º 0.52% 0.25% -
XYZ 3.79 3.96 1.86 -
YUV 55.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 65 55 31 0 0.15 0.52 0.75 42.35 0.35 0.19
Hex 41 37 1F 0 F 34 4B 2A 23 13
Octal 101 67 37 0 17 64 113 52 43 23
Binary 1000001 110111 11111 0 1111 110100 1001011 101010 100011 10011

Color Harmonies of #41371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41371F

Black with #41371F

Text Example


Text Example

White with #41371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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