#373205

Color #373205 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #373205

Tints of Maire #373205

Color information

#373205 (or 0x373205) is unknown color: approx Maire. HEX triplet: 37, 32 and 05. RGB value is (55,50,5). Sum of RGB (Red+Green+Blue) = 55+50+5=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #373205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373205 is #C8CDFA. Grayscale: #2E2E2E. Windows color (decimal): -13159931 or 340535. OLE color: 340535.

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

Color convert

RGB55505-
CMYK00.090.910.78
HSL54º83.33%11.76%-
HSV(B)54º90.91%21.57%-
XYZ2.743.10.6-
YUV46.36104.66134.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=50%
G=45.45%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5550500.090.910.785483.3311.76
Hex37325095B4E3653c
Octal676250111331166612314
Binary110111110010101010011011011100111011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373205; }

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

 H1.HeaderClassName
 {
   color: #373205;
 }
 .AnyTagClassName
 {
   color: #373205;
 }
</style>
background-color css

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

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

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

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

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

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