Html Css Color HEX #373100 Maire

📋 copy color: '#373100'

red 55 ◦ green 49 ◦ blue 0

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

Shades of Maire #373100

Tints of Maire #373100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.88%
G = 47.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#373100 (or 0x373100) is known color: Maire. HEX triplet: 37, 31 and 00. RGB value is (55,49,0). Sum of RGB (Red+Green+Blue) = 55+49+0=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #373100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373100 is #C8CEFF. Grayscale: #2D2D2D. Windows color (decimal): -13160192 or 12599. OLE color: 12599.

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

Color convert

RGB 55 49 0 -
CMYK 0 0.11 1 0.78
HSL 53.45º 1% 0.11% -
HSV(B) 53.45º 1% 0.22% -
XYZ 2.67 3.01 0.44 -
YUV 45.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 55 49 0 0 0.11 1 0.78 53.45 1 0.11
Hex 37 31 0 0 B 64 4E 35 64 B
Octal 67 61 0 0 13 144 116 65 144 13
Binary 110111 110001 0 0 1011 1100100 1001110 110101 1100100 1011

Color Harmonies of #373100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373100

Black with #373100

Text Example


Text Example

White with #373100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373100; }

 p { color: rgb(55,49,0); }

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

background-color css

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

 a { background-color: rgb(55,49,0); }

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

border-color css

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

 span { border-color: rgb(55,49,0); }

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