Html Css Color HEX #37300E Maire

📋 copy color: '#37300E'

red 55 ◦ green 48 ◦ blue 14

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

Shades of Maire #37300E

Tints of Maire #37300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 47.01%
G = 41.03%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37300E (or 0x37300E) is known color: Maire. HEX triplet: 37, 30 and 0E. RGB value is (55,48,14). Sum of RGB (Red+Green+Blue) = 55+48+14=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37300E is #C8CFF1. Grayscale: #2E2E2E. Windows color (decimal): -13160434 or 929847. OLE color: 929847.

HSL color Cylindrical-coordinate representation of color #37300E: hue angle of 49.76º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37300E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 48 14 -
CMYK 0 0.13 0.75 0.78
HSL 49.76º 0.59% 0.14% -
HSV(B) 49.76º 0.75% 0.22% -
XYZ 2.71 2.96 0.84 -
YUV 46.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 55 48 14 0 0.13 0.75 0.78 49.76 0.59 0.14
Hex 37 30 E 0 D 4B 4E 32 3B E
Octal 67 60 16 0 15 113 116 62 73 16
Binary 110111 110000 1110 0 1101 1001011 1001110 110010 111011 1110

Color Harmonies of #37300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37300E

Black with #37300E

Text Example


Text Example

White with #37300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37300E; }

 p { color: rgb(55,48,14); }

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

background-color css

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

 a { background-color: rgb(55,48,14); }

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

border-color css

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

 span { border-color: rgb(55,48,14); }

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