Html Css Color HEX #372F03 Maire

📋 copy color: '#372F03'

red 55 ◦ green 47 ◦ blue 3

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

Shades of Maire #372F03

Tints of Maire #372F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.76%

 BLUE value IS 3 (1.56% from 255) = 2.86%

R = 52.38%
G = 44.76%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#372F03 (or 0x372F03) is known color: Maire. HEX triplet: 37, 2F and 03. RGB value is (55,47,3). Sum of RGB (Red+Green+Blue) = 55+47+3=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #372F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F03 is #C8D0FC. Grayscale: #2C2C2C. Windows color (decimal): -13160701 or 208695. OLE color: 208695.

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

Color convert

RGB 55 47 3 -
CMYK 0 0.15 0.95 0.78
HSL 50.77º 0.9% 0.11% -
HSV(B) 50.77º 0.95% 0.22% -
XYZ 2.61 2.85 0.5 -
YUV 44.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 55 47 3 0 0.15 0.95 0.78 50.77 0.9 0.11
Hex 37 2F 3 0 F 5F 4E 33 5A B
Octal 67 57 3 0 17 137 116 63 132 13
Binary 110111 101111 11 0 1111 1011111 1001110 110011 1011010 1011

Color Harmonies of #372F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F03

Black with #372F03

Text Example


Text Example

White with #372F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F03; }

 p { color: rgb(55,47,3); }

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

background-color css

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

 a { background-color: rgb(55,47,3); }

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

border-color css

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

 span { border-color: rgb(55,47,3); }

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