#38392D

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

Shades of El Paso #38392D

Tints of El Paso #38392D

Color information

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

HSL color Cylindrical-coordinate representation of color #38392D: hue angle of 65º 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 #38392D is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB565745-
CMYK0.0200.210.78
HSL65º11.76%20%-
HSV(B)65º21.05%22.35%-
XYZ3.573.963.06-
YUV55.33122.17128.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657450.0200.210.786511.7620
Hex38392D20154E41c14
Octal70715520251161011424
Binary1110001110011011011001010110011101000001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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