Html Css Color HEX #372D32 Toledo

📋 copy color: '#372D32'

red 55 ◦ green 45 ◦ blue 50

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

Shades of Toledo #372D32

Tints of Toledo #372D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30%

 BLUE value IS 50 (19.92% from 255) = 33.33%

R = 36.67%
G = 30%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#372D32 (or 0x372D32) is known color: Toledo. HEX triplet: 37, 2D and 32. RGB value is (55,45,50). Sum of RGB (Red+Green+Blue) = 55+45+50=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #372D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D32 is #C8D2CD. Grayscale: #303030. Windows color (decimal): -13161166 or 3288375. OLE color: 3288375.

HSL color Cylindrical-coordinate representation of color #372D32: hue angle of 330º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372D32 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 45 50 -
CMYK 0 0.18 0.09 0.78
HSL 330º 0.1% 0.2% -
HSV(B) 330º 0.18% 0.22% -
XYZ 3.09 2.92 3.42 -
YUV 48.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 55 45 50 0 0.18 0.09 0.78 330 0.1 0.2
Hex 37 2D 32 0 12 9 4E 14A A 14
Octal 67 55 62 0 22 11 116 512 12 24
Binary 110111 101101 110010 0 10010 1001 1001110 101001010 1010 10100

Color Harmonies of #372D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D32

Black with #372D32

Text Example


Text Example

White with #372D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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