#362B28

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

Shades of Diesel #362B28

Tints of Diesel #362B28

Color information

#362B28 (or 0x362B28) is unknown color: approx Diesel. HEX triplet: 36, 2B and 28. RGB value is (54,43,40). Sum of RGB (Red+Green+Blue) = 54+43+40=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #362B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B28 is #C9D4D7. Grayscale: #2D2D2D. Windows color (decimal): -13227224 or 2632502. OLE color: 2632502.

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

Color convert

RGB544340-
CMYK00.200.260.79
HSL12.86º14.89%18.43%-
HSV(B)12.86º25.93%21.18%-
XYZ2.772.672.38-
YUV45.95124.64133.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=39.42%
G=31.39%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54434000.200.260.7912.8614.8918.43
Hex362B280141A4Fdf12
Octal66535002432117151722
Binary1101101010111010000101001101010011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,40); }

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

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

 a { background-color: rgb(54,43,40); }

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

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

 span { border-color: rgb(54,43,40); }

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