#38392C

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

Shades of El Paso #38392C

Tints of El Paso #38392C

Color information

#38392C (or 0x38392C) is unknown color: approx El Paso. HEX triplet: 38, 39 and 2C. RGB value is (56,57,44). Sum of RGB (Red+Green+Blue) = 56+57+44=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #38392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38392C is #C7C6D3. Grayscale: #373737. Windows color (decimal): -13092564 or 2898232. OLE color: 2898232.

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

Color convert

RGB565744-
CMYK0.0200.230.78
HSL64.62º12.87%19.8%-
HSV(B)64.62º22.81%22.35%-
XYZ3.553.952.96-
YUV55.22121.67128.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=35.67%
G=36.31%
B=28.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657440.0200.230.7864.6212.8719.8
Hex38392C20174E41d14
Octal70715420271161011524
Binary1110001110011011001001011110011101000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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