#383920

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

Shades of El Paso #383920

Tints of El Paso #383920

Color information

#383920 (or 0x383920) is unknown color: approx El Paso. HEX triplet: 38, 39 and 20. RGB value is (56,57,32). Sum of RGB (Red+Green+Blue) = 56+57+32=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #383920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383920 is #C7C6DF. Grayscale: #353535. Windows color (decimal): -13092576 or 2111800. OLE color: 2111800.

HSL color Cylindrical-coordinate representation of color #383920: hue angle of 62.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383920 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB565732-
CMYK0.0200.440.78
HSL62.4º28.09%17.45%-
HSV(B)62.4º43.86%22.35%-
XYZ3.353.871.94-
YUV53.85115.67129.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=38.62%
G=39.31%
B=22.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657320.0200.440.7862.428.0917.45
Hex383920202C4E3e1c11
Octal7071402054116763421
Binary11100011100110000010010110010011101111101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383920; }

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

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

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

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

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

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

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

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