Html Css Color HEX #41351B Mikado

📋 copy color: '#41351B'

red 65 ◦ green 53 ◦ blue 27

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

Shades of Mikado #41351B

Tints of Mikado #41351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 44.83%
G = 36.55%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41351B (or 0x41351B) is known color: Mikado. HEX triplet: 41, 35 and 1B. RGB value is (65,53,27). Sum of RGB (Red+Green+Blue) = 65+53+27=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41351B is #BECAE4. Grayscale: #353535. Windows color (decimal): -12503781 or 1783105. OLE color: 1783105.

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

Color convert

RGB 65 53 27 -
CMYK 0 0.18 0.58 0.75
HSL 41.05º 0.41% 0.18% -
HSV(B) 41.05º 0.58% 0.25% -
XYZ 3.65 3.75 1.57 -
YUV 53.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 65 53 27 0 0.18 0.58 0.75 41.05 0.41 0.18
Hex 41 35 1B 0 12 3A 4B 29 29 12
Octal 101 65 33 0 22 72 113 51 51 22
Binary 1000001 110101 11011 0 10010 111010 1001011 101001 101001 10010

Color Harmonies of #41351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41351B

Black with #41351B

Text Example


Text Example

White with #41351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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