#39382D

Color #39382D El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #39382D

Tints of El Paso #39382D

Color information

#39382D (or 0x39382D) is unknown color: approx El Paso. HEX triplet: 39, 38 and 2D. RGB value is (57,56,45). Sum of RGB (Red+Green+Blue) = 57+56+45=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #39382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39382D is #C6C7D2. Grayscale: #373737. Windows color (decimal): -13027283 or 2963513. OLE color: 2963513.

HSL color Cylindrical-coordinate representation of color #39382D: hue angle of 55º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39382D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB575645-
CMYK00.020.210.78
HSL55º11.76%20%-
HSV(B)55º21.05%22.35%-
XYZ3.583.893.04-
YUV55.04122.33129.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=36.08%
G=35.44%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57564500.020.210.785511.7620
Hex39382D02154E37c14
Octal7170550225116671424
Binary111001111000101101010101011001110110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39382D; }

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

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

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

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

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

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

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

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