#372925

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

Shades of Diesel #372925

Tints of Diesel #372925

Color information

#372925 (or 0x372925) is unknown color: approx Diesel. HEX triplet: 37, 29 and 25. RGB value is (55,41,37). Sum of RGB (Red+Green+Blue) = 55+41+37=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #372925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372925 is #C8D6DA. Grayscale: #2C2C2C. Windows color (decimal): -13162203 or 2435383. OLE color: 2435383.

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

Color convert

RGB554137-
CMYK00.250.330.78
HSL13.33º19.57%18.04%-
HSV(B)13.33º32.73%21.57%-
XYZ2.72.532.1-
YUV44.73123.64135.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.35%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=41.35%
G=30.83%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55413700.250.330.7813.3319.5718.04
Hex372925019214Ed1412
Octal67514503141116152422
Binary110111101001100101011001100001100111011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372925; }

 p { color: rgb(55,41,37); }

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

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

 a { background-color: rgb(55,41,37); }

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

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

 span { border-color: rgb(55,41,37); }

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