Html Css Color HEX #373200 Maire

📋 copy color: '#373200'

red 55 ◦ green 50 ◦ blue 0

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

Shades of Maire #373200

Tints of Maire #373200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.62%

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

R = 52.38%
G = 47.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#373200 (or 0x373200) is known color: Maire. HEX triplet: 37, 32 and 00. RGB value is (55,50,0). Sum of RGB (Red+Green+Blue) = 55+50+0=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #373200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373200 is #C8CDFF. Grayscale: #2E2E2E. Windows color (decimal): -13159936 or 12855. OLE color: 12855.

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

Color convert

RGB 55 50 0 -
CMYK 0 0.09 1 0.78
HSL 54.55º 1% 0.11% -
HSV(B) 54.55º 1% 0.22% -
XYZ 2.72 3.09 0.45 -
YUV 45.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 55 50 0 0 0.09 1 0.78 54.55 1 0.11
Hex 37 32 0 0 9 64 4E 37 64 B
Octal 67 62 0 0 11 144 116 67 144 13
Binary 110111 110010 0 0 1001 1100100 1001110 110111 1100100 1011

Color Harmonies of #373200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373200

Black with #373200

Text Example


Text Example

White with #373200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373200; }

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

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

background-color css

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

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

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

border-color css

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

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

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