Html Css Color HEX #41310C Mikado

📋 copy color: '#41310C'

red 65 ◦ green 49 ◦ blue 12

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

Shades of Mikado #41310C

Tints of Mikado #41310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 51.59%
G = 38.89%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41310C (or 0x41310C) is known color: Mikado. HEX triplet: 41, 31 and 0C. RGB value is (65,49,12). Sum of RGB (Red+Green+Blue) = 65+49+12=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310C is #BECEF3. Grayscale: #313131. Windows color (decimal): -12504820 or 799041. OLE color: 799041.

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

Color convert

RGB 65 49 12 -
CMYK 0 0.25 0.82 0.75
HSL 41.89º 0.69% 0.15% -
HSV(B) 41.89º 0.82% 0.25% -
XYZ 3.34 3.35 0.82 -
YUV 49.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 65 49 12 0 0.25 0.82 0.75 41.89 0.69 0.15
Hex 41 31 C 0 19 52 4B 2A 45 F
Octal 101 61 14 0 31 122 113 52 105 17
Binary 1000001 110001 1100 0 11001 1010010 1001011 101010 1000101 1111

Color Harmonies of #41310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41310C

Black with #41310C

Text Example


Text Example

White with #41310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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