Html Css Color HEX #41360C Mikado

📋 copy color: '#41360C'

red 65 ◦ green 54 ◦ blue 12

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

Shades of Mikado #41360C

Tints of Mikado #41360C

RGB

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

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

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

R = 49.62%
G = 41.22%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41360C (or 0x41360C) is known color: Mikado. HEX triplet: 41, 36 and 0C. RGB value is (65,54,12). Sum of RGB (Red+Green+Blue) = 65+54+12=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41360C is #BEC9F3. Grayscale: #343434. Windows color (decimal): -12503540 or 800321. OLE color: 800321.

HSL color Cylindrical-coordinate representation of color #41360C: hue angle of 47.55º 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 #41360C is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 12 -
CMYK 0 0.17 0.82 0.75
HSL 47.55º 0.69% 0.15% -
HSV(B) 47.55º 0.82% 0.25% -
XYZ 3.57 3.79 0.89 -
YUV 52.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 65 54 12 0 0.17 0.82 0.75 47.55 0.69 0.15
Hex 41 36 C 0 11 52 4B 30 45 F
Octal 101 66 14 0 21 122 113 60 105 17
Binary 1000001 110110 1100 0 10001 1010010 1001011 110000 1000101 1111

Color Harmonies of #41360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41360C

Black with #41360C

Text Example


Text Example

White with #41360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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