Html Css Color HEX #40360F Mikado

📋 copy color: '#40360F'

red 64 ◦ green 54 ◦ blue 15

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

Shades of Mikado #40360F

Tints of Mikado #40360F

RGB

 RED value IS 64 (25.39% from 255) = 48.12%

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

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

R = 48.12%
G = 40.6%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40360F (or 0x40360F) is known color: Mikado. HEX triplet: 40, 36 and 0F. RGB value is (64,54,15). Sum of RGB (Red+Green+Blue) = 64+54+15=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40360F is #BFC9F0. Grayscale: #343434. Windows color (decimal): -12569073 or 996928. OLE color: 996928.

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

Color convert

RGB 64 54 15 -
CMYK 0 0.16 0.77 0.75
HSL 47.76º 0.62% 0.15% -
HSV(B) 47.76º 0.77% 0.25% -
XYZ 3.52 3.76 0.99 -
YUV 52.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 64 54 15 0 0.16 0.77 0.75 47.76 0.62 0.15
Hex 40 36 F 0 10 4D 4B 30 3E F
Octal 100 66 17 0 20 115 113 60 76 17
Binary 1000000 110110 1111 0 10000 1001101 1001011 110000 111110 1111

Color Harmonies of #40360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40360F

Black with #40360F

Text Example


Text Example

White with #40360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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