Html Css Color HEX #372E14 Mikado

📋 copy color: '#372E14'

red 55 ◦ green 46 ◦ blue 20

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

Shades of Mikado #372E14

Tints of Mikado #372E14

RGB

 RED value IS 55 (21.88% from 255) = 45.45%

 GREEN value IS 46 (18.36% from 255) = 38.02%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 45.45%
G = 38.02%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372E14 (or 0x372E14) is known color: Mikado. HEX triplet: 37, 2E and 14. RGB value is (55,46,20). Sum of RGB (Red+Green+Blue) = 55+46+20=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E14 is #C8D1EB. Grayscale: #2D2D2D. Windows color (decimal): -13160940 or 1322551. OLE color: 1322551.

HSL color Cylindrical-coordinate representation of color #372E14: hue angle of 44.57º 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 #372E14 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 46 20 -
CMYK 0 0.16 0.64 0.78
HSL 44.57º 0.47% 0.15% -
HSV(B) 44.57º 0.64% 0.22% -
XYZ 2.68 2.82 1.06 -
YUV 45.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 55 46 20 0 0.16 0.64 0.78 44.57 0.47 0.15
Hex 37 2E 14 0 10 40 4E 2D 2F F
Octal 67 56 24 0 20 100 116 55 57 17
Binary 110111 101110 10100 0 10000 1000000 1001110 101101 101111 1111

Color Harmonies of #372E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E14

Black with #372E14

Text Example


Text Example

White with #372E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372E14; }

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

 H1.HeaderClassName
 {
   color: #372E14;
 }
 .AnyTagClassName
 {
   color: #372E14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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