#372A26

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

Shades of Diesel #372A26

Tints of Diesel #372A26

Color information

#372A26 (or 0x372A26) is unknown color: approx Diesel. HEX triplet: 37, 2A and 26. RGB value is (55,42,38). Sum of RGB (Red+Green+Blue) = 55+42+38=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #372A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A26 is #C8D5D9. Grayscale: #2D2D2D. Windows color (decimal): -13161946 or 2501175. OLE color: 2501175.

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

Color convert

RGB554238-
CMYK00.240.310.78
HSL14.12º18.28%18.24%-
HSV(B)14.12º30.91%21.57%-
XYZ2.752.612.19-
YUV45.43123.81134.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.74%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=40.74%
G=31.11%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55423800.240.310.7814.1218.2818.24
Hex372A260181F4Ee1212
Octal67524603037116162222
Binary11011110101010011001100011111100111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,42,38); }

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

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

 a { background-color: rgb(55,42,38); }

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

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

 span { border-color: rgb(55,42,38); }

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