Html Css Color HEX #373014 Mikado

📋 copy color: '#373014'

red 55 ◦ green 48 ◦ blue 20

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

Shades of Mikado #373014

Tints of Mikado #373014

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.2% from 255) = 16.26%

R = 44.72%
G = 39.02%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#373014 (or 0x373014) is known color: 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

RGB 55 48 20 -
CMYK 0 0.13 0.64 0.78
HSL 48º 0.47% 0.15% -
HSV(B) 48º 0.64% 0.22% -
XYZ 2.76 2.98 1.09 -
YUV 46.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 55 48 20 0 0.13 0.64 0.78 48 0.47 0.15
Hex 37 30 14 0 D 40 4E 30 2F F
Octal 67 60 24 0 15 100 116 60 57 17
Binary 110111 110000 10100 0 1101 1000000 1001110 110000 101111 1111

Color Harmonies of #373014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373014

Black with #373014

Text Example


Text Example

White with #373014

Text Example


Text Example

HTML Codes & Css Web 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>