Html Css Color HEX #41331D Mikado

📋 copy color: '#41331D'

red 65 ◦ green 51 ◦ blue 29

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

Shades of Mikado #41331D

Tints of Mikado #41331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 44.83%
G = 35.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41331D (or 0x41331D) is known color: Mikado. HEX triplet: 41, 33 and 1D. RGB value is (65,51,29). Sum of RGB (Red+Green+Blue) = 65+51+29=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331D is #BECCE2. Grayscale: #343434. Windows color (decimal): -12504291 or 1913665. OLE color: 1913665.

HSL color Cylindrical-coordinate representation of color #41331D: hue angle of 36.67º 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 #41331D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 29 -
CMYK 0 0.22 0.55 0.75
HSL 36.67º 0.38% 0.18% -
HSV(B) 36.67º 0.55% 0.25% -
XYZ 3.59 3.58 1.66 -
YUV 52.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 65 51 29 0 0.22 0.55 0.75 36.67 0.38 0.18
Hex 41 33 1D 0 16 37 4B 25 26 12
Octal 101 63 35 0 26 67 113 45 46 22
Binary 1000001 110011 11101 0 10110 110111 1001011 100101 100110 10010

Color Harmonies of #41331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41331D

Black with #41331D

Text Example


Text Example

White with #41331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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