#383820

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

Shades of El Paso #383820

Tints of El Paso #383820

Color information

#383820 (or 0x383820) is unknown color: approx El Paso. HEX triplet: 38, 38 and 20. RGB value is (56,56,32). Sum of RGB (Red+Green+Blue) = 56+56+32=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383820 is #C7C7DF. Grayscale: #353535. Windows color (decimal): -13092832 or 2111544. OLE color: 2111544.

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

Color convert

RGB565632-
CMYK000.430.78
HSL60º27.27%17.25%-
HSV(B)60º42.86%21.96%-
XYZ3.313.771.92-
YUV53.26116129.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565632000.430.786027.2717.25
Hex383820002B4E3c1b11
Octal7070400053116743321
Binary1110001110001000000010101110011101111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383820; }

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

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

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

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

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

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

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

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