#362E2D

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

Shades of Diesel #362E2D

Tints of Diesel #362E2D

Color information

#362E2D (or 0x362E2D) is unknown color: approx Diesel. HEX triplet: 36, 2E and 2D. RGB value is (54,46,45). Sum of RGB (Red+Green+Blue) = 54+46+45=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E2D is #C9D1D2. Grayscale: #303030. Windows color (decimal): -13226451 or 2960950. OLE color: 2960950.

HSL color Cylindrical-coordinate representation of color #362E2D: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #362E2D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB544645-
CMYK00.150.170.79
HSL6.67º9.09%19.41%-
HSV(B)6.67º16.67%21.18%-
XYZ2.972.932.89-
YUV48.28126.15132.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=37.24%
G=31.72%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54464500.150.170.796.679.0919.41
Hex362E2D0F114F7913
Octal6656550172111771123
Binary11011010111010110101111100011001111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E2D; }

 p { color: rgb(54,46,45); }

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

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

 a { background-color: rgb(54,46,45); }

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

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

 span { border-color: rgb(54,46,45); }

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