Html Css Color HEX #41360F Mikado

📋 copy color: '#41360F'

red 65 ◦ green 54 ◦ blue 15

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

Shades of Mikado #41360F

Tints of Mikado #41360F

RGB

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

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

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

R = 48.51%
G = 40.3%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41360F (or 0x41360F) is known color: Mikado. HEX triplet: 41, 36 and 0F. RGB value is (65,54,15). Sum of RGB (Red+Green+Blue) = 65+54+15=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41360F is #BEC9F0. Grayscale: #353535. Windows color (decimal): -12503537 or 996929. OLE color: 996929.

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

Color convert

RGB 65 54 15 -
CMYK 0 0.17 0.77 0.75
HSL 46.8º 0.63% 0.16% -
HSV(B) 46.8º 0.77% 0.25% -
XYZ 3.59 3.8 1 -
YUV 52.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 65 54 15 0 0.17 0.77 0.75 46.8 0.63 0.16
Hex 41 36 F 0 11 4D 4B 2F 3E 10
Octal 101 66 17 0 21 115 113 57 76 20
Binary 1000001 110110 1111 0 10001 1001101 1001011 101111 111110 10000

Color Harmonies of #41360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41360F

Black with #41360F

Text Example


Text Example

White with #41360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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