#362F2E

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

Shades of Diesel #362F2E

Tints of Diesel #362F2E

Color information

#362F2E (or 0x362F2E) is unknown color: approx Diesel. HEX triplet: 36, 2F and 2E. RGB value is (54,47,46). Sum of RGB (Red+Green+Blue) = 54+47+46=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2E is #C9D0D1. Grayscale: #303030. Windows color (decimal): -13226194 or 3026742. OLE color: 3026742.

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

Color convert

RGB544746-
CMYK00.130.150.79
HSL7.5º8%19.61%-
HSV(B)7.5º14.81%21.18%-
XYZ3.033.013.01-
YUV48.98126.32131.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=36.73%
G=31.97%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54474600.130.150.797.5819.61
Hex362F2E0DF4F8814
Octal66575601517117101024
Binary11011010111110111001101111110011111000100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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