#373014

Color #373014 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #373014

Tints of Mikado #373014

Color information

#373014 (or 0x373014) is unknown color: approx Mikado. HEX triplet: 37, 30 and 14. RGB value is (55,48,20). Sum of RGB (Red+Green+Blue) = 55+48+20=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #373014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373014 is #C8CFEB. Grayscale: #2F2F2F. Windows color (decimal): -13160428 or 1323063. OLE color: 1323063.

HSL color Cylindrical-coordinate representation of color #373014: hue angle of 48º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373014 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB554820-
CMYK00.130.640.78
HSL48º46.67%14.71%-
HSV(B)48º63.64%21.57%-
XYZ2.762.981.09-
YUV46.9112.82133.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=44.72%
G=39.02%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55482000.130.640.784846.6714.71
Hex3730140D404E302ff
Octal676024015100116605717
Binary1101111100001010001101100000010011101100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373014; }

 p { color: rgb(55,48,20); }

 H1.HeaderClassName
 {
   color: #373014;
 }
 .AnyTagClassName
 {
   color: #373014;
 }
</style>
background-color css

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

 a { background-color: rgb(55,48,20); }

 div.DivClassName
 {
   background-color: #373014;
 }
 .BgClassName
 {
   background-color: #373014;
 }
</style>
border-color css

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

 span { border-color: rgb(55,48,20); }

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