Html Css Color HEX #41310F Mikado

📋 copy color: '#41310F'

red 65 ◦ green 49 ◦ blue 15

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

Shades of Mikado #41310F

Tints of Mikado #41310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.98%

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 50.39%
G = 37.98%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41310F (or 0x41310F) is known color: Mikado. HEX triplet: 41, 31 and 0F. RGB value is (65,49,15). Sum of RGB (Red+Green+Blue) = 65+49+15=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310F is #BECEF0. Grayscale: #323232. Windows color (decimal): -12504817 or 995649. OLE color: 995649.

HSL color Cylindrical-coordinate representation of color #41310F: hue angle of 40.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41310F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 15 -
CMYK 0 0.25 0.77 0.75
HSL 40.8º 0.63% 0.16% -
HSV(B) 40.8º 0.77% 0.25% -
XYZ 3.36 3.35 0.92 -
YUV 49.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 65 49 15 0 0.25 0.77 0.75 40.8 0.63 0.16
Hex 41 31 F 0 19 4D 4B 29 3E 10
Octal 101 61 17 0 31 115 113 51 76 20
Binary 1000001 110001 1111 0 11001 1001101 1001011 101001 111110 10000

Color Harmonies of #41310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41310F

Black with #41310F

Text Example


Text Example

White with #41310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,49,15); }

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

background-color css

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

 a { background-color: rgb(65,49,15); }

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

border-color css

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

 span { border-color: rgb(65,49,15); }

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