#382D2A

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

Shades of Diesel #382D2A

Tints of Diesel #382D2A

Color information

#382D2A (or 0x382D2A) is unknown color: approx Diesel. HEX triplet: 38, 2D and 2A. RGB value is (56,45,42). Sum of RGB (Red+Green+Blue) = 56+45+42=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D2A is #C7D2D5. Grayscale: #2F2F2F. Windows color (decimal): -13095638 or 2764088. OLE color: 2764088.

HSL color Cylindrical-coordinate representation of color #382D2A: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382D2A is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB564542-
CMYK00.200.250.78
HSL12.86º14.29%19.22%-
HSV(B)12.86º25%21.96%-
XYZ2.992.882.59-
YUV47.95124.64133.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=39.16%
G=31.47%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56454200.200.250.7812.8614.2919.22
Hex382D2A014194Ede13
Octal70555202431116151623
Binary1110001011011010100101001100110011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382D2A; }

 p { color: rgb(56,45,42); }

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

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

 a { background-color: rgb(56,45,42); }

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

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

 span { border-color: rgb(56,45,42); }

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