#37222D

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

Shades of Toledo #37222D

Tints of Toledo #37222D

Color information

#37222D (or 0x37222D) is unknown color: approx Toledo. HEX triplet: 37, 22 and 2D. RGB value is (55,34,45). Sum of RGB (Red+Green+Blue) = 55+34+45=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37222D is #C8DDD2. Grayscale: #292929. Windows color (decimal): -13163987 or 2957879. OLE color: 2957879.

HSL color Cylindrical-coordinate representation of color #37222D: hue angle of 328.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37222D is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB553445-
CMYK00.380.180.78
HSL328.57º23.6%17.45%-
HSV(B)328.57º38.18%21.57%-
XYZ2.622.152.76-
YUV41.53129.96137.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=41.04%
G=25.37%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55344500.380.180.78328.5723.617.45
Hex37222D026124E1491811
Octal674255046221165113021
Binary11011110001010110101001101001010011101010010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37222D; }

 p { color: rgb(55,34,45); }

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

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

 a { background-color: rgb(55,34,45); }

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

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

 span { border-color: rgb(55,34,45); }

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