Html Css Color HEX #41341F Mikado

📋 copy color: '#41341F'

red 65 ◦ green 52 ◦ blue 31

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

Shades of Mikado #41341F

Tints of Mikado #41341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

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

R = 43.92%
G = 35.14%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41341F (or 0x41341F) is known color: Mikado. HEX triplet: 41, 34 and 1F. RGB value is (65,52,31). Sum of RGB (Red+Green+Blue) = 65+52+31=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341F is #BECBE0. Grayscale: #353535. Windows color (decimal): -12504033 or 2044993. OLE color: 2044993.

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

Color convert

RGB 65 52 31 -
CMYK 0 0.20 0.52 0.75
HSL 37.06º 0.35% 0.19% -
HSV(B) 37.06º 0.52% 0.25% -
XYZ 3.66 3.68 1.81 -
YUV 53.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 65 52 31 0 0.20 0.52 0.75 37.06 0.35 0.19
Hex 41 34 1F 0 14 34 4B 25 23 13
Octal 101 64 37 0 24 64 113 45 43 23
Binary 1000001 110100 11111 0 10100 110100 1001011 100101 100011 10011

Color Harmonies of #41341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41341F

Black with #41341F

Text Example


Text Example

White with #41341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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