Html Css Color HEX #373314 Maire

📋 copy color: '#373314'

red 55 ◦ green 51 ◦ blue 20

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

Shades of Maire #373314

Tints of Maire #373314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

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

R = 43.65%
G = 40.48%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#373314 (or 0x373314) is known color: Maire. HEX triplet: 37, 33 and 14. RGB value is (55,51,20). Sum of RGB (Red+Green+Blue) = 55+51+20=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #373314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373314 is #C8CCEB. Grayscale: #303030. Windows color (decimal): -13159660 or 1323831. OLE color: 1323831.

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

Color convert

RGB 55 51 20 -
CMYK 0 0.07 0.64 0.78
HSL 53.14º 0.47% 0.15% -
HSV(B) 53.14º 0.64% 0.22% -
XYZ 2.89 3.23 1.13 -
YUV 48.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 55 51 20 0 0.07 0.64 0.78 53.14 0.47 0.15
Hex 37 33 14 0 7 40 4E 35 2F F
Octal 67 63 24 0 7 100 116 65 57 17
Binary 110111 110011 10100 0 111 1000000 1001110 110101 101111 1111

Color Harmonies of #373314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373314

Black with #373314

Text Example


Text Example

White with #373314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373314; }

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

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

background-color css

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

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

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

border-color css

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

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

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