Html Css Color HEX #372C28 Diesel

📋 copy color: '#372C28'

red 55 ◦ green 44 ◦ blue 40

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

Shades of Diesel #372C28

Tints of Diesel #372C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.65%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 39.57%
G = 31.65%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#372C28 (or 0x372C28) is known color: Diesel. HEX triplet: 37, 2C and 28. RGB value is (55,44,40). Sum of RGB (Red+Green+Blue) = 55+44+40=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C28 is #C8D3D7. Grayscale: #2E2E2E. Windows color (decimal): -13161432 or 2632759. OLE color: 2632759.

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

Color convert

RGB 55 44 40 -
CMYK 0 0.2 0.27 0.78
HSL 16º 0.16% 0.19% -
HSV(B) 16º 0.27% 0.22% -
XYZ 2.86 2.77 2.39 -
YUV 46.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 55 44 40 0 0.2 0.27 0.78 16 0.16 0.19
Hex 37 2C 28 0 14 1B 4E 10 10 13
Octal 67 54 50 0 24 33 116 20 20 23
Binary 110111 101100 101000 0 10100 11011 1001110 10000 10000 10011

Color Harmonies of #372C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C28

Black with #372C28

Text Example


Text Example

White with #372C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,40); }

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

background-color css

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

 a { background-color: rgb(55,44,40); }

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

border-color css

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

 span { border-color: rgb(55,44,40); }

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