Html Css Color HEX #41351E Mikado

📋 copy color: '#41351E'

red 65 ◦ green 53 ◦ blue 30

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

Shades of Mikado #41351E

Tints of Mikado #41351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 43.92%
G = 35.81%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41351E (or 0x41351E) is known color: Mikado. HEX triplet: 41, 35 and 1E. RGB value is (65,53,30). Sum of RGB (Red+Green+Blue) = 65+53+30=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41351E is #BECAE1. Grayscale: #363636. Windows color (decimal): -12503778 or 1979713. OLE color: 1979713.

HSL color Cylindrical-coordinate representation of color #41351E: hue angle of 39.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41351E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 30 -
CMYK 0 0.18 0.54 0.75
HSL 39.43º 0.37% 0.19% -
HSV(B) 39.43º 0.54% 0.25% -
XYZ 3.69 3.76 1.76 -
YUV 53.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 65 53 30 0 0.18 0.54 0.75 39.43 0.37 0.19
Hex 41 35 1E 0 12 36 4B 27 25 13
Octal 101 65 36 0 22 66 113 47 45 23
Binary 1000001 110101 11110 0 10010 110110 1001011 100111 100101 10011

Color Harmonies of #41351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41351E

Black with #41351E

Text Example


Text Example

White with #41351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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