Html Css Color HEX #41360E Mikado

📋 copy color: '#41360E'

red 65 ◦ green 54 ◦ blue 14

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

Shades of Mikado #41360E

Tints of Mikado #41360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 48.87%
G = 40.6%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41360E (or 0x41360E) is known color: Mikado. HEX triplet: 41, 36 and 0E. RGB value is (65,54,14). Sum of RGB (Red+Green+Blue) = 65+54+14=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41360E is #BEC9F1. Grayscale: #343434. Windows color (decimal): -12503538 or 931393. OLE color: 931393.

HSL color Cylindrical-coordinate representation of color #41360E: hue angle of 47.06º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41360E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 14 -
CMYK 0 0.17 0.78 0.75
HSL 47.06º 0.65% 0.15% -
HSV(B) 47.06º 0.78% 0.25% -
XYZ 3.58 3.79 0.96 -
YUV 52.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 65 54 14 0 0.17 0.78 0.75 47.06 0.65 0.15
Hex 41 36 E 0 11 4E 4B 2F 41 F
Octal 101 66 16 0 21 116 113 57 101 17
Binary 1000001 110110 1110 0 10001 1001110 1001011 101111 1000001 1111

Color Harmonies of #41360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41360E

Black with #41360E

Text Example


Text Example

White with #41360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,54,14); }

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

background-color css

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

 a { background-color: rgb(65,54,14); }

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

border-color css

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

 span { border-color: rgb(65,54,14); }

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