#383620

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

Shades of El Paso #383620

Tints of El Paso #383620

Color information

#383620 (or 0x383620) is unknown color: approx El Paso. HEX triplet: 38, 36 and 20. RGB value is (56,54,32). Sum of RGB (Red+Green+Blue) = 56+54+32=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #383620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383620 is #C7C9DF. Grayscale: #343434. Windows color (decimal): -13093344 or 2111032. OLE color: 2111032.

HSL color Cylindrical-coordinate representation of color #383620: hue angle of 55º 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 #383620 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB565432-
CMYK00.040.430.78
HSL55º27.27%17.25%-
HSV(B)55º42.86%21.96%-
XYZ3.213.581.89-
YUV52.09116.66130.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=39.44%
G=38.03%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56543200.040.430.785527.2717.25
Hex383620042B4E371b11
Octal7066400453116673321
Binary111000110110100000010010101110011101101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383620; }

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

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

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

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

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

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

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

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