Html Css Color HEX #37300C Maire

📋 copy color: '#37300C'

red 55 ◦ green 48 ◦ blue 12

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

Shades of Maire #37300C

Tints of Maire #37300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 47.83%
G = 41.74%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37300C (or 0x37300C) is known color: Maire. HEX triplet: 37, 30 and 0C. RGB value is (55,48,12). Sum of RGB (Red+Green+Blue) = 55+48+12=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37300C is #C8CFF3. Grayscale: #2E2E2E. Windows color (decimal): -13160436 or 798775. OLE color: 798775.

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

Color convert

RGB 55 48 12 -
CMYK 0 0.13 0.78 0.78
HSL 50.23º 0.64% 0.13% -
HSV(B) 50.23º 0.78% 0.22% -
XYZ 2.7 2.95 0.78 -
YUV 45.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 55 48 12 0 0.13 0.78 0.78 50.23 0.64 0.13
Hex 37 30 C 0 D 4E 4E 32 40 D
Octal 67 60 14 0 15 116 116 62 100 15
Binary 110111 110000 1100 0 1101 1001110 1001110 110010 1000000 1101

Color Harmonies of #37300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37300C

Black with #37300C

Text Example


Text Example

White with #37300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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