Html Css Color HEX #373214 Maire

📋 copy color: '#373214'

red 55 ◦ green 50 ◦ blue 20

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

Shades of Maire #373214

Tints of Maire #373214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40%

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

R = 44%
G = 40%
B = 16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#373214 (or 0x373214) is known color: Maire. HEX triplet: 37, 32 and 14. RGB value is (55,50,20). Sum of RGB (Red+Green+Blue) = 55+50+20=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #373214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373214 is #C8CDEB. Grayscale: #303030. Windows color (decimal): -13159916 or 1323575. OLE color: 1323575.

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

Color convert

RGB 55 50 20 -
CMYK 0 0.09 0.64 0.78
HSL 51.43º 0.47% 0.15% -
HSV(B) 51.43º 0.64% 0.22% -
XYZ 2.84 3.14 1.12 -
YUV 48.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 55 50 20 0 0.09 0.64 0.78 51.43 0.47 0.15
Hex 37 32 14 0 9 40 4E 33 2F F
Octal 67 62 24 0 11 100 116 63 57 17
Binary 110111 110010 10100 0 1001 1000000 1001110 110011 101111 1111

Color Harmonies of #373214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373214

Black with #373214

Text Example


Text Example

White with #373214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373214; }

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

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

background-color css

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

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

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

border-color css

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

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

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