Html Css Color HEX #41351F Mikado

📋 copy color: '#41351F'

red 65 ◦ green 53 ◦ blue 31

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

Shades of Mikado #41351F

Tints of Mikado #41351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

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

R = 43.62%
G = 35.57%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41351F (or 0x41351F) is known color: Mikado. HEX triplet: 41, 35 and 1F. RGB value is (65,53,31). Sum of RGB (Red+Green+Blue) = 65+53+31=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41351F is #BECAE0. Grayscale: #363636. Windows color (decimal): -12503777 or 2045249. OLE color: 2045249.

HSL color Cylindrical-coordinate representation of color #41351F: hue angle of 38.82º 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 #41351F is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 31 -
CMYK 0 0.18 0.52 0.75
HSL 38.82º 0.35% 0.19% -
HSV(B) 38.82º 0.52% 0.25% -
XYZ 3.7 3.77 1.83 -
YUV 54.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 65 53 31 0 0.18 0.52 0.75 38.82 0.35 0.19
Hex 41 35 1F 0 12 34 4B 27 23 13
Octal 101 65 37 0 22 64 113 47 43 23
Binary 1000001 110101 11111 0 10010 110100 1001011 100111 100011 10011

Color Harmonies of #41351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41351F

Black with #41351F

Text Example


Text Example

White with #41351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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