Html Css Color HEX #41350B Mikado

📋 copy color: '#41350B'

red 65 ◦ green 53 ◦ blue 11

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

Shades of Mikado #41350B

Tints of Mikado #41350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.53%

R = 50.39%
G = 41.09%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41350B (or 0x41350B) is known color: Mikado. HEX triplet: 41, 35 and 0B. RGB value is (65,53,11). Sum of RGB (Red+Green+Blue) = 65+53+11=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41350B is #BECAF4. Grayscale: #333333. Windows color (decimal): -12503797 or 734529. OLE color: 734529.

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

Color convert

RGB 65 53 11 -
CMYK 0 0.18 0.83 0.75
HSL 46.67º 0.71% 0.15% -
HSV(B) 46.67º 0.83% 0.25% -
XYZ 3.51 3.69 0.84 -
YUV 51.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 65 53 11 0 0.18 0.83 0.75 46.67 0.71 0.15
Hex 41 35 B 0 12 53 4B 2F 47 F
Octal 101 65 13 0 22 123 113 57 107 17
Binary 1000001 110101 1011 0 10010 1010011 1001011 101111 1000111 1111

Color Harmonies of #41350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41350B

Black with #41350B

Text Example


Text Example

White with #41350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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